2 20001017-2.c from the execute part of the gcc torture tests.
9 #pragma disable_warning 85
13 fn_4parms (unsigned char a
, long *b
, long *c
, unsigned int *d
)
15 if (*b
!= 1 || *c
!= 2 || *d
!= 3)
20 testTortureExecute (void)
23 unsigned long b
= 1, c
= 2;
26 fn_4parms (a
, &b
, &c
, &d
);