1# RUN: llvm-nm -B %S/Inputs/example.lib | FileCheck --match-full-lines %s
2
3CHECK: 00000000 I __IMPORT_DESCRIPTOR_example
4CHECK: 00000000 I __NULL_IMPORT_DESCRIPTOR
5CHECK: 00000000 R __imp__constant
6CHECK: 00000000 R _constant
7CHECK: 00000000 D __imp__data
8CHECK: 00000000 T __imp__function
9CHECK: 00000000 T _function
10