13 lines · yaml
1# RUN: not yaml2obj %s -o - | not mlir-translate --import-wasm 2>&1 | FileCheck %s2 3# CHECK: source file does not contain valid Wasm header4 5--- !WASM6Sections:7 - Type: TYPE8 Signatures:9 - Index: 010 ParamTypes: []11 ReturnTypes: []12...13