Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / lookup / crash5.C
blob6584ee645054e88d66311a31442b1d5f5e0b38c4
1 // { dg-do compile }
2 //
3 // PR 17618
5 void foo()
7     p; // { dg-error "not declared" }
8     (void*) p;