[lang-ref] ( literal_int_hex ) ( swift )

@Test func literalIntHex() {
	// 0xFF
	#expect(0xFF == 255)
}