bolt/deps/llvm-18.1.8/llvm/utils/lit/tests/Inputs/shtest-output-printing/write-a-lot.py

7 lines
127 B
Python
Raw Normal View History

2025-02-14 19:21:04 +01:00
#!/usr/bin/env python
import sys
sys.stdout.write("All work and no play makes Jack a dull boy.\n" * 1000)
sys.stdout.flush()