blob: 0ff4d4a0379f194d180f54ae03ca7941161de526 [file] [edit]
;; RUN: not wasm-opt --enable-reference-types --enable-gc %s 2>&1 | filecheck %s
(module
(type $struct (struct (field i32)))
;; CHECK: waitqueue.new requires shared-everything [--enable-shared-everything]
(func
(drop (waitqueue.new))
)
)