diff options
Diffstat (limited to 'test.toc')
-rw-r--r-- | test.toc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |