First version committed to git
[zpugcc/jano.git] / toolchain / gcc / gcc / testsuite / gcc.c-torture / unsorted / abs.c
blob6a746b1263936e656c62e9a452f66a87140e7db7
1 foo (a)
3 return __builtin_abs (a);
6 main ()
8 printf ("%d %d\n", foo (0x80000000), foo (12));