summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.toc b/test.toc
index e88affb..566bb72 100644
--- a/test.toc
+++ b/test.toc
@@ -18,5 +18,6 @@ main ::= fn() {
c:x = 7;
d:x = 18;
k : [5]struct {x: int; y: int;};
+ puti(#alignof(k));
puti(k[0].x);
}; \ No newline at end of file