summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc9
1 files changed, 0 insertions, 9 deletions
diff --git a/test.toc b/test.toc
index 165b41f..10d2385 100644
--- a/test.toc
+++ b/test.toc
@@ -13,16 +13,7 @@ putf ::= fn(x: float) {
main ::= fn() {
- s ::= struct { x,y,z:int; f:f32; };
- puti(#alignof(s));
- puti(#sizeof(s));
-
-};
-/*
-something's wrong (should be too few opening parentheses!)
-main ::= fn() {
puti(#alignof(struct { x,y,z:int; f:f64; });
puti(#sizeof(struct { x,y,z:int; f:f64; });
};
-*/ \ No newline at end of file