aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/nest22.C
blob: cd26c34d58247eddd7edf02336ce8fba294c52db (plain)
1
2
3
4
5
6
7
// Build don't link: 
// GROUPS passed nested-classes
class foo {
public:
   typedef int bar;
   foo::bar    fb; // this line causes a syntax error!
};