Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / 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);