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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Slightly cleaned up testcase:
struct S foo (const struct S *);
struct S {};
struct S bar (const struct S **) {}

Reply via email to