summaryrefslogtreecommitdiff
path: root/test/parse/expr/tableswitch-empty.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/expr/tableswitch-empty.txt')
-rw-r--r--test/parse/expr/tableswitch-empty.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/parse/expr/tableswitch-empty.txt b/test/parse/expr/tableswitch-empty.txt
new file mode 100644
index 00000000..f37ccc97
--- /dev/null
+++ b/test/parse/expr/tableswitch-empty.txt
@@ -0,0 +1,5 @@
+(module
+ (func
+ (label
+ (tableswitch (i32.const 0)
+ (table) (br 0)))))