llvm-for-llvmta/test/ObjectYAML/MachO/mach_header_32_malformed.yaml
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

16 lines
331 B
YAML

# RUN: not yaml2obj %s 2>&1 | FileCheck %s
--- !mach-o
FileHeader:
magic: 0xFEEDFACE
cputype: 0x00000007
cpusubtype: 0x80000003
filetype: 0x00000002
ncmds: 0
sizeofcmds: 0
flags: 0x00218085
reserved: 0
...
# CHECK: error: unknown key 'reserved'