mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
10 lines
309 B
Makefile
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 :
|