PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / pr59101.c
blobed6a7e8fa31927851440a6c0ea08a24a1892b14c
1 /* PR target/59101 */
3 __attribute__((noinline, noclone)) int
4 foo (int a)
6 return (~a & 4102790424LL) > 0 | 6;
9 int
10 main ()
12 if (foo (0) != 7)
13 __builtin_abort ();
14 return 0;