[lang-ref] ( octal_literal ) ( python )

def test_octal_literal():
    # 0o755
    assert 0o755 == 493