blob: 880ed3d5275078a189b84fa25ff80f63a27b154f [file] [log] [blame]
(module $Mem
(memory (export "shared") 1 1 shared)
)
(thread $T2
(assert_unlinkable
(module (memory (import "mem" "shared") 1 1 shared))
"unknown import"
)
)
(wait $T2)
(thread $T4 (shared (module $Mem))
(assert_unlinkable
(module (memory (import "mem" "shared") 1 1 shared))
"unknown import"
)
)
(wait $T4)