Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20000405-2.c
blob0b8559f143664e954add4435b0f50a18721d409d
1 extern void foo (int);
3 void bar (unsigned long l)
5 foo(l == 0);