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

--- Comment #6 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Actually make that

  using T = int[1];
  T&& arr = static_cast<T>(42);

Reply via email to