blob: 88782eca2b96c7d148891bb99536db9d34587874 [file] [edit]
// RUN: yaml2obj %S/inputs/memory_min_max.yaml.wasm -o - | mlir-translate --import-wasm | FileCheck %s
/* Source code used to create this test:
(module (memory 0 65536))
*/
// CHECK-LABEL: wasmssa.memory @mem_0 !wasmssa<limit[0: 65536]>