OSDN Git Service

* gcc.dg/20020201-1.c: Use cleanup-coverage_files.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.jason / scoping7.C
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.
4
5 int bar;                        // { dg-error "" } 
6 typedef int bar;                // { dg-error "" }