* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / or386.c
blobad49f35043cada04cd01bf87ba587f10c63e2510
1 typedef int xtype;
3 xtype
4 foo (a)
5 xtype a;
7 return a | 0x7f;
10 main ()
12 printf ("%08x\n", foo (-1));