1 // { dg-options "-Wextra-semi -fdiagnostics-show-caret" }
5 A() {}; /* { dg-warning "after in-class function definition" }
6 { dg-begin-multiline-output "" }
10 { dg-end-multiline-output "" } */
12 void foo() {}; /* { dg-warning "after in-class function definition" }
13 { dg-begin-multiline-output "" }
17 { dg-end-multiline-output "" } */
19 friend void bar() {}; /* { dg-warning "after in-class function definition" }
20 { dg-begin-multiline-output "" }
24 { dg-end-multiline-output "" } */