DCD/tests/tc_recursive_public_import/testing/b.d

9 lines
68 B
D

module testing.b;
import testing;
struct World
{
int field;
}