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

--- Comment #2 from Kenji Hara <k.hara...@gmail.com> ---
Reduced test case:

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

struct OnlyResult
{
    Bad[1] data;
}

void main() {}

--

Reply via email to