* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 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;