[lang-ref] ( literal_int ) ( swift )

@Test func literalInt() {
	// 1
	let v = 1
	#expect(v is Int)
	#expect(v == 1)
}