Newer
Older
dub_jkp / test / issue586-subpack-dep / a / source / a.d
module a;

import b;

int afun()
{
	return 1 + bfun();
}