Newer
Older
dub_jkp / test / injected-from-dependency / source / entry.d
void main() {
	import toload.vars;
	assert(valueStoredHere == 1337);
}