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

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Another one that G++ rejects:

  void f(char*);
  int &f(...);
  int &r = f("foo");

Reply via email to