2 20000217-1.c from the execute part of the gcc torture tests.
11 unsigned short int showbug(unsigned short int *a
, unsigned short int *b
)
18 testTortureExecute (void)
20 unsigned short int x
= 0;
21 unsigned short int y
= 10;
23 if (showbug(&x
, &y
) != 0)