https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120385
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Is this still valid?
```
int main()
{
using IA = int[];
using IP = int*;
void(+IP{IA{ 1, 2, 3 }});
}
```
Which makes this kinda of inconsistent after all.
