January 25, 2024
https://issues.dlang.org/show_bug.cgi?id=24356

--- Comment #1 from Carl Sturtivant <sturtivant@gmail.com> ---
Created attachment 1904
  --> https://issues.dlang.org/attachment.cgi?id=1904&action=edit
Work around for goto case CTFE bug

Shows that goto case does work with the computed label.

--