summaryrefslogtreecommitdiff
path: root/features/macro/mkc_attribute_aligned.c
diff options
context:
space:
mode:
Diffstat (limited to 'features/macro/mkc_attribute_aligned.c')
-rw-r--r--features/macro/mkc_attribute_aligned.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/macro/mkc_attribute_aligned.c b/features/macro/mkc_attribute_aligned.c
new file mode 100644
index 0000000..2c7d963
--- /dev/null
+++ b/features/macro/mkc_attribute_aligned.c
@@ -0,0 +1 @@
+char array[256] __attribute__((aligned(256)));