* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20000326-1.c
blob3b38106a50bf4491dac298632510f5a0d21fdc63
1 long sys_reboot(int magic1, int magic2, int cmd, void * arg)
3 switch (cmd) {
4 case 0x89ABCDEF:
5 return 1;
7 case 0x00000000:
8 return 2;
10 case 0xCDEF0123:
11 return 3;
13 case 0x4321FEDC:
14 return 4;
16 case 0xA1B2C3D4:
17 return 5;
19 default:
20 return 0;