mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-04 00:55:49 +03:00
10 lines
153 B
D
10 lines
153 B
D
// REQUIRES: Windows
|
|
// REQUIRES: internal_lld
|
|
|
|
// RUN: %ldc -link-internally -run %s
|
|
|
|
void main()
|
|
{
|
|
import std.stdio;
|
|
writeln("Hello world");
|
|
}
|