bolt/deps/llvm-18.1.8/llvm/utils/lit/tests/Inputs/shtest-shell/write-to-stderr.py

8 lines
94 B
Python
Raw Normal View History

2025-02-14 19:21:04 +01:00
#!/usr/bin/env python
import sys
sys.stderr.write("a line on stderr\n")
sys.stderr.flush()