FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / scoping7.C
blob6ffa907f62a1bfd07cb77b124b7e970b08264b8e
1 // Bug: g++ doesn't flag name collisions between types and non-types as
2 // errors.  It shouldn't for class names, but it should for typedefs.
3 // Build don't link:
5 int bar;                        // ERROR - 
6 typedef int bar;                // ERROR -