* tree-loop-distribution.c (struct partition): New field recording
[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));