1# RUN: lld-link /machine:x64 /def:%S/Inputs/library.def /out:%t.lib
2# RUN: llvm-nm %t.lib | FileCheck %s
3
4CHECK: 00000000 R __imp_constant
5CHECK: 00000000 R constant
6
7CHECK: 00000000 D __imp_data
8
9CHECK: 00000000 T __imp_function
10CHECK: 00000000 T function
11
12