blob: a9f812e0a77f84d5757f059140f315cc31eef9f7 [file] [log] [blame] [edit]
# RUN: not yaml2obj %s -o - | not mlir-translate --import-wasm 2>&1 | FileCheck %s
# CHECK: source file does not contain valid Wasm header
--- !WASM
Sections:
- Type: TYPE
Signatures:
- Index: 0
ParamTypes: []
ReturnTypes: []
...