blob: dc0d5f02acab8bd4f9495ba560ed60430e627c2d [file] [log] [blame]
extern void abort (void);
int a, c, d;
volatile int b;
static int
foo (int p1, short p2)
{
return p1 / p2;
}
int
main ()
{
char e;
d = foo (a == 0, (0, 35536));
e = d % 14;
b = e && c;
if (b != 0)
abort ();
return 0;
}