aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/compilable/test67.d
blob: bcd48b20ddf04865046486040a6126bd72762b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// PERMUTE_ARGS:

import imports.test67a;

interface I
{
}

interface SubI : I
{
}