summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.toc b/test.toc
index be70155..fa54fc3 100644
--- a/test.toc
+++ b/test.toc
@@ -7,10 +7,11 @@ Point @= struct {
x, y : int;
something:fn(f32);
z,asdfasdfasdf:(int,int);
- safdasdjfhsj@int=3;
+
};
main @= fn() {
p:Point;
+a:p;
// asasdfdsfa:(int,int);
};