```c struct S { _Alignas(1) long long x; }; int main() { _Alignas(1) long long x; } ``` Both cases (and others) should error.