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

John Hall <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #8 from John Hall <[email protected]> ---
@ZombieDev As a heads up, following [1], the following code in run.dlang.org
[2] produces the only one main error due to relying on dub test --single.

```d
/+dub.sdl:
dependency "mir-algorithm" version="*"
+/

import core.stdc.stdio;

unittest
{
    printf("From unittest\n");
}

void main()
{
    printf("From main\n");
}
```

[1] https://github.com/dlang-tour/core-exec/pull/56
[2] https://run.dlang.io/is/0PlIZU

--

Reply via email to