Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / scoping7.C
blob41859aa3981118060c7932ebd61cc25569ea6aa5
1 // { dg-do assemble  }
2 // Bug: g++ doesn't flag name collisions between types and non-types as
3 // errors.  It shouldn't for class names, but it should for typedefs.
5 int bar;                        // { dg-error "" } 
6 typedef int bar;                // { dg-error "" }