8 lines · plain
1// RUN: yaml2obj %S/inputs/memory_min_eq_max.yaml.wasm -o - | mlir-translate --import-wasm | FileCheck %s2 3/* Source code used to create this test:4(module (memory 0 0))5*/6 7// CHECK-LABEL: wasmssa.memory @mem_0 !wasmssa<limit[0: 0]>8