From 184e247a680c7889863f1b6676883d3cfa87eaba Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Wed, 30 Oct 2019 23:27:30 -0400 Subject: small struct fixes --- test.toc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test.toc') 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); }; -- cgit v1.2.3