OSDN Git Service

new
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.jason / parse11.C
1 // PRMS Id: 6825
2 // Build don't link:
3
4 class aClass 
5
6   ;
7 private: 
8   ;   // This line causes problems 
9 };