mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
17 lines
207 B
D
17 lines
207 B
D
/*
|
|
EXTRA_SOURCES: imports/link13415a.d
|
|
REQUIRED_ARGS: -inline
|
|
PERMUTE_ARGS: -allinst -unittest -debug
|
|
COMPILE_SEPARATELY:
|
|
RUN_OUTPUT:
|
|
---
|
|
i = 77;
|
|
---
|
|
*/
|
|
|
|
import imports.link13415a;
|
|
|
|
void main()
|
|
{
|
|
f();
|
|
}
|