diff options
-rw-r--r-- | lld/test/COFF/Inputs/hello32.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lld/test/COFF/Inputs/hello32.yaml b/lld/test/COFF/Inputs/hello32.yaml index 09e76f14453..c01c4c6ba56 100644 --- a/lld/test/COFF/Inputs/hello32.yaml +++ b/lld/test/COFF/Inputs/hello32.yaml @@ -79,4 +79,10 @@ symbols: SimpleType: IMAGE_SYM_TYPE_NULL ComplexType: IMAGE_SYM_DTYPE_FUNCTION StorageClass: IMAGE_SYM_CLASS_EXTERNAL + - Name: '@feat.00' + Value: 1 + SectionNumber: -1 + SimpleType: IMAGE_SYM_TYPE_NULL + ComplexType: IMAGE_SYM_DTYPE_NULL + StorageClass: IMAGE_SYM_CLASS_STATIC ... |