aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/parse11.C
blob: e9f285cee8d82ea704028bd181a29b95fe703fd7 (plain)
1
2
3
4
5
6
7
8
9
// PRMS Id: 6825
// Build don't link:

class aClass 
{ 
  ;
private: 
  ;   // This line causes problems 
};