We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1de6d commit 727a80dCopy full SHA for 727a80d
1 file changed
compiler/test/runnable_cxx/test6716.d
@@ -4,13 +4,7 @@ version(Windows)
4
{
5
// without main, there is no implicit reference to the runtime library
6
// other platforms pass the runtime library on the linker command line
7
- version(CRuntime_Microsoft)
8
- version(Win64)
9
- pragma(lib, "phobos64");
10
- else
11
- pragma(lib, "phobos32mscoff");
12
13
- pragma(lib, "phobos");
+ pragma(lib, "druntime");
14
}
15
16
extern(C++) int test6716(int magic)
0 commit comments