Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
ice8795b.d
blob: 23004f457d3f1d84ba5926191018d103e85b53f2 [
file
] [
log
] [
blame
]
/*
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;"
);