[LLD][COFF] Fix TypeServerSource matcher with more than one collision
[llvm-project.git] / lld / test / COFF / export-exe.test
blob6d60ce4420353265334972640d8d81ce4d56448f
1 # RUN: lld-link /entry:main /out:%t.exe /subsystem:windows \
2 # RUN:   %p/Inputs/ret42.obj /export:main
3 # RUN: llvm-objdump -p %t.exe | FileCheck %s
5 CHECK:      Export Table:
6 CHECK-NEXT: DLL name: export-exe.test.tmp.exe
7 CHECK-NEXT: Ordinal base: 0
8 CHECK-NEXT: Ordinal      RVA  Name
9 CHECK-NEXT:       0        0
10 CHECK-NEXT:       1   0x1000  main