Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
1ef95ae7b9e2c765abbbc6af6dff6c29c1fa4d13
/
.
/
test
/
lit
/
wasm-split
/
multi-memory-lowering-import-error.wast
blob: f697db40b67f7ab2ef5b548f9c8c36314b6d7c61 [
file
]
;;
RUN
:
not
wasm
-
opt
%
s
--
multi
-
memory
-
lowering
-
all
2
>&
1
|
filecheck
%
s
(
module
(
memory $memory1
1
)
(
import
"env"
"mem"
(
memory $memory2
1
1
))
)
;;
CHECK
:
MultiMemoryLowering
:
only the first memory can be imported