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

--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> ---
  constexpr const int &r = 42;
  static_assert(r == 42);

Reply via email to