Newer
Older
dub_jkp / test / dub-as-a-library-cwd / subproject / source / app.d
@WebFreak001 WebFreak001 on 26 Jan 2023 97 bytes Add dub-as-a-lib test case for different CWD
module app;

deprecated("FIND_THIS_STRING")
void foo()
{
}

void main(string[] args)
{
	foo();
}