summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.toc b/test.toc
index 2ded528..4133e4a 100644
--- a/test.toc
+++ b/test.toc
@@ -2,10 +2,10 @@
// #include "std/io.toc";
// };
-foo ::= struct(t::Type) {
+foo ::= struct(t::Type,u::Type) {
x: t;
};
main ::= fn() {
- a:foo(int);
+ foo(u = int, u = float);
}; \ No newline at end of file