summaryrefslogtreecommitdiff
path: root/test/parse/module/export-func.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/module/export-func.txt')
-rw-r--r--test/parse/module/export-func.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/parse/module/export-func.txt b/test/parse/module/export-func.txt
new file mode 100644
index 00000000..1892a220
--- /dev/null
+++ b/test/parse/module/export-func.txt
@@ -0,0 +1,3 @@
+(module
+ (func (nop))
+ (export "nop" (func 0)))