https://issues.dlang.org/show_bug.cgi?id=17548

--- Comment #3 from [email protected] ---
Extra testcase by Elie, modifying fwdref2.d to:
```
struct S2 {
    // void bar(int arg = .fwdref1.cnst) {}
    S1 s;
    import fwdref2;
}
```

--

Reply via email to