repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm] [cmake] Add possibility to use ChooseMSVCCRT.cmake when include LLVM library
[llvm-core.git]
/
utils
/
lit
/
tests
/
Inputs
/
shtest-shell
/
write-to-stderr.py
blob
9463251d823ab21766a3a816546b85c7000c4254
1
#!/usr/bin/env python
2
3
import
sys
4
5
6
sys
.
stderr
.
write
(
"a line on stderr
\n
"
)
7
sys
.
stderr
.
flush
()