summaryrefslogtreecommitdiffstatshomepage
path: root/ports/unix/variants/coverage/frzmpy/frzmpy3.py
blob: 617fac5523b6497b36283ffc16fdf1980e9a64a1 (plain) (blame)
1
2
3
4
5
6
# Test freezing objects that may not be handled well by the build process.

print("\\")
print("\nX")
print(repr("\x1b"))
print(b"\x00\xff")