Skip to content

Commit 0882803

Browse files
committed
Windows: Test -link-internally
1 parent 0157d6f commit 0882803

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/linking/link_internally.d

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)