[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git] / lld / test / COFF / Inputs / include1d.yaml
blobd315cc885dd7ceee766fc86eefc6c9f2fe99e16c
1 --- !COFF
2 header:
3   Machine:         IMAGE_FILE_MACHINE_AMD64
4   Characteristics: []
5 sections:
6   - Name:            .text
7     Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]
8     Alignment:       4
9     SectionData:     B800000000506800000000680000000050E80000000050E800000000
10 symbols:
11   - Name:            .text
12     Value:           0
13     SectionNumber:   1
14     SimpleType:      IMAGE_SYM_TYPE_NULL
15     ComplexType:     IMAGE_SYM_DTYPE_NULL
16     StorageClass:    IMAGE_SYM_CLASS_STATIC
17     SectionDefinition:
18       Length:          28
19       NumberOfRelocations: 4
20       NumberOfLinenumbers: 0
21       CheckSum:        0
22       Number:          0
23   - Name:            baz
24     Value:           0
25     SectionNumber:   1
26     SimpleType:      IMAGE_SYM_TYPE_NULL
27     ComplexType:     IMAGE_SYM_DTYPE_NULL
28     StorageClass:    IMAGE_SYM_CLASS_EXTERNAL
29 ...