Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / lookup / enum1.C
blob9422814e271632b42bcbc301a130cfa650534ee8
1 // PR c++/14476
3 struct tree_common {
4   enum tree_code code : 8; // { dg-error "" }
5 };