2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / 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));