7 lines
180 B
YAML
7 lines
180 B
YAML
# RUN: yaml2obj %s | not obj2yaml 2>&1 | FileCheck %s
|
|
--- !WASM
|
|
FileHeader:
|
|
Version: 0x00000002
|
|
...
|
|
# CHECK: Error: 'Invalid data was encountered while parsing the file'
|