blob: 039129e770f52ceb40b009a7a251f550474ccda3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
TEST_OUTPUT:
---
fail_compilation/diag13609a.d(11): Error: `}` expected following members in `class` declaration at fail_compilation/diag13609a.d(8)
---
*/
class C
{
void foo() {}
|