DCD/tests/tc_recursive_public_import/testing/package.d

4 lines
66 B
D

module testing;
public import testing.a;
public import testing.b;