1# test handling of unicode chars in string % formatting
2
3print("α" % ())
4