2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 921218-1.c
blobab7bc19cc154e461e5485232feddc6944f87a865
1 f()
3 return (unsigned char)("\377"[0]);
6 main()
8 if (f() != (unsigned char)(0377))
9 abort();
10 exit (0);