mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
11 lines
116 B
D
11 lines
116 B
D
// PERMUTE_ARGS:
|
|
// EXTRA_FILES: imports/test67a.d
|
|
import imports.test67a;
|
|
|
|
interface I
|
|
{
|
|
}
|
|
|
|
interface SubI : I
|
|
{
|
|
}
|