diff options
Diffstat (limited to 'test/parse/expr/break-block.txt')
-rw-r--r-- | test/parse/expr/break-block.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/parse/expr/break-block.txt b/test/parse/expr/break-block.txt new file mode 100644 index 00000000..40f9892b --- /dev/null +++ b/test/parse/expr/break-block.txt @@ -0,0 +1,6 @@ +(module + (func + (block $exit1 + (break 0)) + (block $exit2 + (break $exit2)))) |