1# RUN: yaml2obj %s -o %t 2# RUN: obj2yaml %t > %t.stdout.yaml 3# RUN: obj2yaml %t -o %t.file.yaml 2>&1 | count 0 4# RUN: FileCheck --input-file=%t.stdout.yaml %s 5# RUN: diff %t.stdout.yaml %t.file.yaml 6--- !WASM 7FileHeader: 8 Version: 0x00000001 9... 10# CHECK: --- !WASM 11# CHECK: FileHeader: 12# CHECK: Version: 0x1 13# CHECK: ... 14