1# RUN: yaml2obj %s > %t.obj
2# RUN: not lld-link %t.obj 2>&1 | FileCheck %s
3
4# CHECK: getSectionName failed: #1:
5
6--- !COFF
7header:
8  Machine:         IMAGE_FILE_MACHINE_AMD64
9  Characteristics: []
10sections:
11  - Name:            '/1'
12    Characteristics: []
13    SectionData:     00
14symbols:
15