mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
11 lines
157 B
D
11 lines
157 B
D
// EXTRA_SOURCES: imports/inc11239.d
|
|
// REQUIRED_ARGS: -debug
|
|
// COMPILE_SEPARATELY:
|
|
// PERMUTE_ARGS:
|
|
|
|
import imports.inc11239;
|
|
|
|
void main()
|
|
{
|
|
foo(1);
|
|
}
|