mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
6 lines
99 B
D
6 lines
99 B
D
// REQUIRED_ARGS: -de
|
|
void test1()
|
|
{
|
|
import core.stdc.stdio;
|
|
core.stdc.stdio.printf("");
|
|
}
|