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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
clang rejects this:
```
<source>:8:12: error: 'alignas' attribute cannot be applied to types
    8 |         UT foo[8] alignas(32);
      |                   ^
```

Reply via email to