brintos

brintos / llvm-project-archived public Read only

0
0
Text · 138 B · a5a2bc9 Raw
7 lines · python
1#!/usr/bin/env python2 3import sys4 5getattr(sys.stdout, "buffer", sys.stdout).write(b"a line with bad encoding: \xc2.")6sys.stdout.flush()7