summaryrefslogtreecommitdiff
path: root/test/parse/module/start-named.txt
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2016-02-10 12:24:06 -0800
committerBen Smith <binji@chromium.org>2016-02-10 12:24:06 -0800
commitefcbd7192266c660c1242a38a5a518f252c8000e (patch)
tree625db701e98cd85ecf8043f3a1ecac42bce85577 /test/parse/module/start-named.txt
parent69262ad3d87277de2805d6b6ffa4f85a739f3de5 (diff)
downloadwabt-efcbd7192266c660c1242a38a5a518f252c8000e.tar.gz
wabt-efcbd7192266c660c1242a38a5a518f252c8000e.tar.bz2
wabt-efcbd7192266c660c1242a38a5a518f252c8000e.zip
implement start function
This is not supported in the binary format yet.
Diffstat (limited to 'test/parse/module/start-named.txt')
-rw-r--r--test/parse/module/start-named.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/parse/module/start-named.txt b/test/parse/module/start-named.txt
new file mode 100644
index 00000000..16aa37d8
--- /dev/null
+++ b/test/parse/module/start-named.txt
@@ -0,0 +1,3 @@
+(module
+ (start $foo)
+ (func $foo))