[lang-ref]
( type )
>
( builtin_types )
> ( literal_true ) ( swift )
[lang-ref] ( literal_true ) ( swift )
@Test func literalTrue() { // true let v = true #expect(v is Bool) #expect(v == true) }