https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46115
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Rob Staudinger from comment #3) > For the record, this is already possible using bracketed expressions, but > the syntactical sugar of not having to pick a function name would be great. Actually that is not valid as func is local to that scope and now it escapes.