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

--- Comment #2 from Kenji Hara <[email protected]> ---
Reduced test case:

enum Bad : string
{
    confirm = "confirm",
}

struct OnlyResult
{
    Bad[1] data;
}

void main() {}

--

Reply via email to