mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
13 lines
180 B
D
13 lines
180 B
D
// COMPILE_SEPARATELY:
|
|
// EXTRA_SOURCES: imports/link13394a.d
|
|
|
|
module link13394;
|
|
import imports.link13394a;
|
|
|
|
void main()
|
|
{
|
|
auto b = new B();
|
|
|
|
auto s = S();
|
|
s.func();
|
|
}
|