1;; Compiled using the WebAssembly Binary Toolkit (https://github.com/WebAssembly/wabt)
2;; $ wat2wasm export-name-syntax-error.wat
3
4(module
5  (global $0 i32 (i32.const 12682))
6  (export "?f!o:o<b>a[r]" (global $0)))
7