Sign in
llvm
/
llvm-project
/
75838b818bdbc14fc41f901b4e60821647009cf3
/
.
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
shtest-output-printing
/
write-a-lot.py
blob: 5dbb94a41cbfda314ede583f65c1f58394b7b83b [
file
] [
log
] [
blame
]
#!/usr/bin/env python
import
sys
sys
.
stdout
.
write
(
"All work and no play makes Jack a dull boy.\n"
*
1000
)
sys
.
stdout
.
flush
()