[lang-ref] ( literal_int_octal ) ( swift )

@Test func literalIntOctal() {
	// 0o755
	#expect(0o755 == 493)
}