d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / imports / test15785.d
blobb596f9b5382fe4acfca6f928d5775408f5a9a1f0
1 module imports.test15785;
3 interface IBase2
5 final protected void faz() {}
8 class Base
10 protected void foo() {}
11 protected void bar() {}
12 protected alias T = int;