llvm/llvm/test/tools/obj2yaml/DXContainer/InvalidOffset.yaml

# RUN: not yaml2obj %s 2>&1 | FileCheck %s 

# CHECK: yaml2obj: error: Offset mismatch, not enough space for data.
--- !dxcontainer
Header:
  Hash:            [ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 
                     0x0, 0x0, 0x0, 0x0, 0x0, 0x0 ]
  Version:
    Major:           1
    Minor:           0
  FileSize:        32
  PartCount:       1
  PartOffsets:     [ 0 ]
Parts:
  - Name:            FKE0
    Size:            8
...