* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr37078.c
blob1cc1659f1c8690047ffeef0ea1e941e5f2ead3a5
1 int foo (int b)
3 if (b == (int)0x80000000)
4 return __builtin_abs (b);
5 return 0;