2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / trunc.c
blobdee0e158728c833c0adc89dae2d3e9651c54567e
1 main ()
3 printf ("%x, %x\n", (unsigned char) main, main);
6 foo (p)
7 char *p;
9 p[0] = (char)foo;
10 p[1] = (char)foo;