* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / buns.c
blobf206bfaed0c441f7d23ae24efa2d15b3c7553258
1 foo (a)
3 int bar = 0;
5 return (unsigned) (a - 1) <= (unsigned) bar;
8 main ()
10 if (foo (-1))
11 puts ("The largest possible unsigned <= 0 on this machine...");