https://issues.dlang.org/show_bug.cgi?id=20328

--- Comment #1 from Basile-z <[email protected]> ---
reproduce without the whole iz library:


---
#!dmd -unittest
module runnable;

void main(string[] args)
{
    import std.json : parseJSON;
    parseJSON("");
}      
---

seems to be used in parseJSON and only when the -unittest switch is also used.

--

Reply via email to