aboutsummaryrefslogtreecommitdiff
path: root/tests/alignas.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/alignas.c')
-rw-r--r--tests/alignas.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/alignas.c b/tests/alignas.c
new file mode 100644
index 0000000..394045d
--- /dev/null
+++ b/tests/alignas.c
@@ -0,0 +1 @@
+_Alignas(int) char x[4];