Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / unsorted / lbug.c
blob0440a0a7a9d71742b72fe84f2e905fcb61901ddb
1 long long x = 0;
2 main()
4 if (x--)
5 return 255;
6 return 0;