diff options
Diffstat (limited to 'test/complexTextNames.wast.from-wast')
-rw-r--r-- | test/complexTextNames.wast.from-wast | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/complexTextNames.wast.from-wast b/test/complexTextNames.wast.from-wast new file mode 100644 index 000000000..7ea6975f6 --- /dev/null +++ b/test/complexTextNames.wast.from-wast @@ -0,0 +1,10 @@ +(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) + ) +) |