[InstCombine] Signed saturation patterns
[llvm-core.git] / test / ObjectYAML / MachO / mach_header_32_malformed.yaml
blob7b28c859f3ecc5d79428951a445585e7ec04c681
1 # RUN: not yaml2obj %s 2>&1 | FileCheck %s
3 --- !mach-o
4 FileHeader:      
5   magic:           0xFEEDFACE
6   cputype:         0x00000007
7   cpusubtype:      0x80000003
8   filetype:        0x00000002
9   ncmds:           0
10   sizeofcmds:      0
11   flags:           0x00218085
12   reserved:        0
13 ...
15 # CHECK: error: unknown key 'reserved'