* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / abs.c
blob6a746b1263936e656c62e9a452f66a87140e7db7
1 foo (a)
3 return __builtin_abs (a);
6 main ()
8 printf ("%d %d\n", foo (0x80000000), foo (12));