[Dexter][NFC] Add Missing Commands to Commands.md Contents
[llvm-project.git] / lld / test / COFF / Inputs / def-many.py
blobec2b811fce75102c7c461f71ffb3c8a444f9217a
1 import sys
3 print("EXPORTS")
4 for i in range(0, int(sys.argv[1])):
5 print("f%d=f" % (i))