* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / b1.c
blobb6737594cb1d7f086bbd312ca3088be5e9d47f20
1 foo (long long x)
3 if (x--)
4 return 255;
5 return 0;
8 main ()
10 printf ("%d\n", foo (0));