Sign in
llvm
/
llvm-project
/
0ff92fe2f08d376b45f4c84fd1e8392c79f7feca
/
.
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
shtest-format
/
external_shell
/
write-control-chars.py
blob: 34f08a03de0e765033781ca29ec77285569139e6 [
file
] [
log
] [
blame
]
#!/usr/bin/env python
from
__future__
import
print_function
import
sys
print
(
"a line with \x1b[2;30;41mcontrol characters\x1b[0m."
)
sys
.
exit
(
1
)