PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / pr58662.c
blobdc0d5f02acab8bd4f9495ba560ed60430e627c2d
1 extern void abort (void);
3 int a, c, d;
4 volatile int b;
6 static int
7 foo (int p1, short p2)
9 return p1 / p2;
12 int
13 main ()
15 char e;
16 d = foo (a == 0, (0, 35536));
17 e = d % 14;
18 b = e && c;
19 if (b != 0)
20 abort ();
21 return 0;