Newer
Older
dub_jkp / test / issue2046-ignored-optional-with-path / source / app.d
import libbar.bar;

void main()
{
	bar();
}