[lang-ref]
( type )
>
( builtin_types )
> ( literal_int ) ( swift )
[lang-ref] ( literal_int ) ( swift )
@Test func literalInt() { // 1 let v = 1 #expect(v is Int) #expect(v == 1) }