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

11 lines
116 B
D

// PERMUTE_ARGS:
// EXTRA_FILES: imports/test67a.d
import imports.test67a;
interface I
{
}
interface SubI : I
{
}