blob: be083dc3f54a000ea6088bea8055c108891e3904 [file] [log] [blame] [edit]
x = 123
y = 0o123
z = 0
t = 0x123, 0X456, 0o123, 0O456
foo(bar = [
0,
0o0,
0o1,
0o2,
3,
])