17 lines
449 B
YAML
17 lines
449 B
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
|
|
...
|