mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
19 lines
187 B
D
19 lines
187 B
D
/*
|
|
REQUIRED_ARGS:
|
|
EXTRA_FILES: imports/diag12598a.d
|
|
*/
|
|
|
|
class C
|
|
{
|
|
void f()
|
|
{
|
|
import imports.diag12598a;
|
|
lines ~= "";
|
|
}
|
|
|
|
string[] lines;
|
|
}
|
|
|
|
void main()
|
|
{
|
|
}
|