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