diff options
Diffstat (limited to 'test/parse/expr/try.txt')
-rw-r--r-- | test/parse/expr/try.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/parse/expr/try.txt b/test/parse/expr/try.txt index c10eebc2..51ed83b5 100644 --- a/test/parse/expr/try.txt +++ b/test/parse/expr/try.txt @@ -3,6 +3,12 @@ (module (tag (param i32)) + ;; no catch + (func + try + nop + end) + ;; bare (func try |