Revert "[lldb][test] Remove compiler version check and use regex" (#124101)
[llvm-project.git] / lld / test / COFF / Inputs / object.s
blobb70599385591d417288ffe821953ba4a9c58792c
2 .text
4 .def f
5 .scl 2
6 .type 32
7 .endef
8 .global f
9 f:
10 retq $0
12 .section .drectve,"rd"
13 .ascii " /EXPORT:f"