Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / pr13066-1.c
blobc2930f95df65ee1686ebefb8d06e154a4327ac37
1 void *g, *c;
2 int a, b;
4 int f()
6 if ((0 == a) != (b || g == c))
7 return 1;
8 return 0;