* ru.po: Update.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / parse4.C
blob13722227a3f0cfae211a919a18e6e8990b348afb
1 // { dg-do assemble  }
2 // Bug: g++ doesn't handle superfluous parentheses when redeclaring a TYPENAME.
4 typedef int foo;
5 class A {
6     typedef int ((foo));        // { dg-bogus "" } 
7 };