bolt/deps/llvm-18.1.8/lld/test/COFF/Inputs/def-many.py

6 lines
89 B
Python
Raw Normal View History

2025-02-14 19:21:04 +01:00
import sys
print("EXPORTS")
for i in range(0, int(sys.argv[1])):
print("f%d=f" % (i))