mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
8 lines
222 B
D
8 lines
222 B
D
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/ice8795b.d-mixin-8(8): Error: { } expected following `interface` declaration
|
|
fail_compilation/ice8795b.d-mixin-8(8): Error: anonymous interfaces not allowed
|
|
---
|
|
*/
|
|
mixin("interface;");
|