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

--- Comment #5 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Small test from Hana:

void foo([[maybe_unused]] int a) { }

struct bar {
    bar([[maybe_unused]] int a) { }
};

Reply via email to