blob: 85025e77c4e5afa93e885bd72dae9c97cde78c85 [file] [log] [blame]
// EXTRA_SOURCES: imports/Other.d
// PERMUTE_ARGS:
module Same; // makes no difference if removed
import core.stdc.stdio;
class Same
{
this()
{
printf("Same\n");
}
}