1# RUN: yaml2obj %s -o %t
2# RUN: llvm-objcopy %t %t.copy
3# RUN: cmp %t %t.copy
4
5--- !mach-o
6FileHeader:
7  magic:           0xFEEDFACF
8  cputype:         0x0100000C
9  cpusubtype:      0x00000000
10  filetype:        0x00000002
11  ncmds:           1
12  sizeofcmds:      24
13  flags:           0x00002000
14  reserved:        0x00000000
15LoadCommands:
16  - cmd:             LC_ENCRYPTION_INFO_64
17    cmdsize:         24
18    cryptoff:        0
19    cryptsize:       0
20    cryptid:         0
21    pad:             0
22...
23