aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/parse4.C
blob: 95e0f441c732dd70736f9e5589030b5c658ef5a6 (plain)
1
2
3
4
5
6
7
// Bug: g++ doesn't handle superfluous parentheses when redeclaring a TYPENAME.
// Build don't link:

typedef int foo;
class A {
    typedef int ((foo));	// gets bogus error - 
};