bolt/deps/llvm-18.1.8/lld/test/COFF/Inputs/def-many.py
2025-02-14 19:21:04 +01:00

5 lines
89 B
Python

import sys
print("EXPORTS")
for i in range(0, int(sys.argv[1])):
print("f%d=f" % (i))