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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
typedef int &&ir;
void zip1(int x) { ir{x}; }  

Also is accepted.

Reply via email to