diff options
Diffstat (limited to 'test/parse/module/export-func.txt')
-rw-r--r-- | test/parse/module/export-func.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parse/module/export-func.txt b/test/parse/module/export-func.txt index 1892a220..7a453882 100644 --- a/test/parse/module/export-func.txt +++ b/test/parse/module/export-func.txt @@ -1,3 +1,4 @@ +;;; TOOL: wat2wasm (module (func (nop)) (export "nop" (func 0))) |