[lang-ref] ( literal_int_octal ) ( python )

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