Newer
Older
dub_jkp / test / issue1372-ignore-files-in-hidden-dirs / .hiddensource / hello.d
module hello;
import std.stdio;

void helloFun()
{
    writeln("hidden dir compiled");
}