Newer
Older
dub_jkp / test / environment-variables / deppkg / source / deppkg / foo.d
module deppkg.foo;

import std.stdio;

void foo()
{
}