1# cmdline: -v -v -v
2# test printing of the parse-tree
3
4for i in ():
5    pass
6a = None
7b = "str"
8c = "a very long str that will not be interned"
9d = b"bytes"
10e = b"a very long bytes that will not be interned"
11f = 123456789012345678901234567890
12g = 123
13