September 21, 2016
https://issues.dlang.org/show_bug.cgi?id=16515

--- Comment #1 from gyroheli@gmail.com ---
The linker being for "test.v.init", it seems it is trying to create "test.q.init" but can't as it can't find the symbol for "test.v.init". Though it shouldn't be constructing "test.q.init" anywhere, removing "-debug" from the compiler option fixes the issue.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=16515

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4

--