The Nest
Explore
Sign in
nuudlman
llvm
llvm
utils
lit
tests
Inputs
shtest-shell
write-to-stderr.py
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
#
!/usr/bin/env python
import
sys
sys
.
stderr
.
write
(
"
a line on stderr
\n
"
)
sys
.
stderr
.
flush
(
)