Newer
Older
dub_jkp / test / issue1350-transitive-none-deps / test.d
module test;

import dep1, dep2, common;

void main() {}