We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9919bb commit 7fee93fCopy full SHA for 7fee93f
tests/unit-fail-compilation/alignas.c
@@ -1,7 +1,7 @@
1
#include <stdalign.h>
2
3
struct {
4
- alignas(int) long long int x;
+ alignas(short) long long int x;
5
};
6
7
int main(void) {
0 commit comments