blob: 23fb489a3ebb9fb645683154b7c4a78c3a76a75d [file] [log] [blame] [edit]
;; 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)
)
)