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

--- Comment #2 from [email protected] ---
Workaround: change `alias` into `enum`:
```
struct S(string str) {
    enum strstr = str;

    int i;
}
```

--

Reply via email to