Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / parse11.C
blob40864c108ba02bbff79f611c8fc60facd6af7124
1 // { dg-do assemble  }
2 // PRMS Id: 6825
4 class aClass 
5
6   ; // { dg-error "" } missing declaration
7 private: 
8   ; // { dg-error "" } missing declaration
9 };