summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-10-30 23:27:30 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-10-30 23:27:30 -0400
commit184e247a680c7889863f1b6676883d3cfa87eaba (patch)
treec962d34bf533b6c394b1626b0c385c2492672271 /test.toc
parent4ee46b53971e876d93fea0c0a2ba358cad51be21 (diff)
small struct fixes
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test.toc b/test.toc
index ebf613f..be70155 100644
--- a/test.toc
+++ b/test.toc
@@ -6,8 +6,11 @@ puti @= fn(x: int) {
Point @= struct {
x, y : int;
something:fn(f32);
+ z,asdfasdfasdf:(int,int);
+ safdasdjfhsj@int=3;
};
main @= fn() {
p:Point;
+ // asasdfdsfa:(int,int);
};