summaryrefslogtreecommitdiff
path: root/test/parse/expr/call.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/expr/call.txt')
-rw-r--r--test/parse/expr/call.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/parse/expr/call.txt b/test/parse/expr/call.txt
new file mode 100644
index 00000000..3eea0a25
--- /dev/null
+++ b/test/parse/expr/call.txt
@@ -0,0 +1,2 @@
+(module (func (param i32)
+ (call 0 (i32.const 1))))