/* EXTRA_SOURCES: imports/Other.d PERMUTE_ARGS: RUN_OUTPUT: --- Same other --- */ module Same; // makes no difference if removed import core.stdc.stdio; class Same { this() { printf("Same\n"); } }