8 lines
227 B
Plaintext
8 lines
227 B
Plaintext
|
RUN: llvm-readobj --coff-exports %S/Inputs/const-import.lib | FileCheck %s
|
||
|
|
||
|
CHECK: Type: const
|
||
|
CHECK: Name type: noprefix
|
||
|
CHECK: Symbol: __imp____CFConstantStringClassReference
|
||
|
CHECK: Symbol: ___CFConstantStringClassReference
|
||
|
|