2013-04-30 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / parse / semicolon2.C
blobd14a225a674bb6333142fd442f3d62412aef40a3
1 // PR c++/45332
2 // { dg-do compile }
4 class C
6  int x                          // { dg-error "at end of member declaration" }
8  const int foo() { return x; }
9 };