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 0ee769f..5fc72d4 100644
--- a/test.toc
+++ b/test.toc
@@ -21,7 +21,8 @@ t @= struct {
A: int;
b: int;
};
+u @= t;
x : t;
- y := x;
+ y : u = x;
}; \ No newline at end of file