You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
658 B
26 lines
658 B
# RUN: yaml2obj %s | obj2yaml | FileCheck %s
|
|
|
|
--- !mach-o
|
|
FileHeader:
|
|
magic: 0xFEEDFACF
|
|
cputype: 0x01000007
|
|
cpusubtype: 0x80000003
|
|
filetype: 0x00000002
|
|
ncmds: 0
|
|
sizeofcmds: 0
|
|
flags: 0x00218085
|
|
reserved: 0x00000000
|
|
...
|
|
|
|
# CHECK: --- !mach-o
|
|
# CHECK: FileHeader:
|
|
# CHECK: magic: 0xFEEDFACF
|
|
# CHECK: cputype: 0x01000007
|
|
# CHECK: cpusubtype: 0x80000003
|
|
# CHECK: filetype: 0x00000002
|
|
# CHECK: ncmds: 0
|
|
# CHECK: sizeofcmds: 0
|
|
# CHECK: flags: 0x00218085
|
|
# CHECK: reserved: 0x00000000
|
|
# CHECK: ...
|