diff options
author | Ori Bernstein <ori@eigenstate.org> | 2012-07-22 01:32:05 -0400 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2012-07-22 01:32:05 -0400 |
commit | 4b51d0d03ae39f5a48f45d0d408a42917f6f099f (patch) | |
tree | d4e0bece167d8a4f024aa4a3be6eee6b0112ec88 /test/arityhigh.myr | |
parent | 6d2f54a54d3f8e58f1063374ef82d07f665f5562 (diff) | |
download | mc-4b51d0d03ae39f5a48f45d0d408a42917f6f099f.tar.gz |
Add tests for arity fixes.
Diffstat (limited to 'test/arityhigh.myr')
-rw-r--r-- | test/arityhigh.myr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/arityhigh.myr b/test/arityhigh.myr new file mode 100644 index 0000000..17c91a3 --- /dev/null +++ b/test/arityhigh.myr @@ -0,0 +1,7 @@ +const f = {a:int + +} + +const main = { + -> f(1, 2, 3) +} |