bolt/deps/llvm-18.1.8/llvm/utils/lit/tests/Inputs/shtest-output-printing/write-a-lot.py
2025-02-14 19:21:04 +01:00

6 lines
127 B
Python

#!/usr/bin/env python
import sys
sys.stdout.write("All work and no play makes Jack a dull boy.\n" * 1000)
sys.stdout.flush()