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

--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Related testcase that should also be rejected:

struct S {
  friend auto bar() -> decltype(this);
};

Reply via email to