dmd/compiler/test/fail_compilation/diag13609b.d
2022-07-09 18:53:07 +02:00

10 lines
309 B
Makefile

/*
TEST_OUTPUT:
---
fail_compilation/diag13609b.d(10): Error: base classes are not allowed for `struct`, did you mean `;`?
fail_compilation/diag13609b.d(11): Error: basic type expected, not `End of File`
fail_compilation/diag13609b.d(11): Error: { } expected following `struct` declaration
---
*/
struct S :