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 0157d6f commit 0882803Copy full SHA for 0882803
tests/linking/link_internally.d
@@ -0,0 +1,9 @@
1
+// REQUIRES: Windows
2
+
3
+// RUN: %ldc -link-internally -run %s
4
5
+void main()
6
+{
7
+ import std.stdio;
8
+ writeln("Hello world");
9
+}
0 commit comments