1# RUN: not yaml2obj %s 2>&1 | FileCheck %s
2
3--- !mach-o
4FileHeader:      
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...
14
15# CHECK: error: unknown key 'reserved'
16