repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[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
blob
5dbb94a41cbfda314ede583f65c1f58394b7b83b
1
#!/usr/bin/env python
2
3
import
sys
4
5
sys
.
stdout
.
write
(
"All work and no play makes Jack a dull boy.
\n
"
*
1000
)
6
sys
.
stdout
.
flush
()