OSDN Git Service

new
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.jason / scoping7.C
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:
4
5 int bar;                        // ERROR - 
6 typedef int bar;                // ERROR -