https://issues.dlang.org/show_bug.cgi?id=17403
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Vladimir Panteleev <[email protected]> --- I think the invocation is incorrect - you need to specify -main when linking, not compiling: $ dmd -c -unittest foo.d $ dmd -main foo.o $ ./foo [email protected](1): unittest failure --
