https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98150

--- Comment #1 from Nick Krempel <ndkrempel at gmail dot com> ---
The following slightly simpler code also repros the issue:

  int main() {
    []()noexcept(({constexpr int&&x=1;}));
  }

Reply via email to