Newer
Older
dub_jkp / test / issue502-root-import / source / app.d
@Guillaume Piolat Guillaume Piolat on 11 Dec 2015 123 bytes Add test for issue 502
import gitcompatibledubpackage.subdir.file;

void main(string[] args)
{
}

unittest
{
    assert(!hasTheWorldExploded());
}