1RUN: llvm-readobj --coff-exports %S/Inputs/const-import.lib | FileCheck %s
2
3CHECK: Type: const
4CHECK: Name type: noprefix
5CHECK: Symbol: __imp____CFConstantStringClassReference
6CHECK: Symbol: ___CFConstantStringClassReference
7
8