diff options
| author | Kathy Gray | 2014-02-05 17:19:29 +0000 |
|---|---|---|
| committer | Kathy Gray | 2014-02-05 17:29:34 +0000 |
| commit | 3cd4d8aed3acfabc2b23e69b19718c1a17cf62f7 (patch) | |
| tree | 28ae118c37381f34e11b57aac302d701e64c35f4 /src/test/test1.sail | |
| parent | de56a821bcaeda808a260c16e4b7de5d15648425 (diff) | |
Typechecking lets, concrete vectors, and function calls (minus effects)
Diffstat (limited to 'src/test/test1.sail')
| -rw-r--r-- | src/test/test1.sail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test1.sail b/src/test/test1.sail index c035ea4b..0cb592d8 100644 --- a/src/test/test1.sail +++ b/src/test/test1.sail @@ -31,5 +31,5 @@ end ast function bit sw s = switch s { case 0 -> bitzero } -function bit main _ = {sw(0); v1[0] } +function bit main _ = {ignore(sw(0)); v1[0] } |
