* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / BUG18.c
blobed586a7f9d60d16108d7dae4c961056a36ad9417
1 main()
3 if ((signed int) 1 < (signed int) -2147483648)
4 printf("true\n");