Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20020106-1.c
blobc114af1aa8c4902b0bc008d2ad2e641671cd638b
1 /* Origin: PR c/5279 from <wilco@equator.com>. */
3 int
4 foo ()
6 extern long long Y;
7 return (0 > Y++);