1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/ice8795b.d-mixin-8(8): Error: { } expected following `interface` declaration
5 fail_compilation/ice8795b.d-mixin-8(8): Error: anonymous interfaces not allowed
6 ---
7 */
8 mixin("interface;");
9