mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
12 lines
199 B
D
12 lines
199 B
D
// REQUIRED_ARGS: -c
|
|
// EXTRA_FILES: imports/fwdref2_test17548.d
|
|
module test17548;
|
|
|
|
struct S1 {
|
|
void foo(scope S2 arg) {}
|
|
int myField;
|
|
}
|
|
|
|
enum cnst = 4321;
|
|
|
|
import imports.fwdref2_test17548;
|