blob: 23fb489a3ebb9fb645683154b7c4a78c3a76a75d (
plain)
1
2
3
4
5
6
7
8
9
|
;; Verify that we support strings in the binary format even without GC.
;; RUN: wasm-opt --enable-reference-types --enable-strings --roundtrip %s
(module
(func $0
(local $0 stringref)
)
)
|