diff options
Diffstat (limited to 'test/complexTextNames.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/complexTextNames.wast.fromBinary.noDebugInfo | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/complexTextNames.wast.fromBinary.noDebugInfo b/test/complexTextNames.wast.fromBinary.noDebugInfo new file mode 100644 index 000000000..ad2a43c34 --- /dev/null +++ b/test/complexTextNames.wast.fromBinary.noDebugInfo @@ -0,0 +1,11 @@ +(module + (type $0 (func)) + (export "$zoo (.bar)" (func $1)) + (func $0 (; 0 ;) (type $0) + (nop) + ) + (func $1 (; 1 ;) (type $0) + (call $0) + ) +) + |