brintos

brintos / llvm-project-archived public Read only

0
0
Text · 94 B · 9463251 Raw
8 lines · python
1#!/usr/bin/env python2 3import sys4 5 6sys.stderr.write("a line on stderr\n")7sys.stderr.flush()8