[ORC] Merge ostream operators for SymbolStringPtrs into SymbolStringPool.h. NFC.
[llvm-project.git] / llvm / utils / lit / tests / Inputs / shtest-output-printing / write-a-lot.py
blob5dbb94a41cbfda314ede583f65c1f58394b7b83b
1 #!/usr/bin/env python
3 import sys
5 sys.stdout.write("All work and no play makes Jack a dull boy.\n" * 1000)
6 sys.stdout.flush()