Newer
Older
dub_jkp / test / path-subpackage-ref / source / app.d
@Sönke Ludwig Sönke Ludwig on 15 Jan 2014 53 bytes Fix the path-subpackage-ref example.
module app;
import lib;

void main()
{
	libFunc();
}