// Out-of-range tuple index produces a clear // `error: field 'N' not found on type 'tuple'` diagnostic and exit 1. main :: () -> s32 { t := (10, 20); return xx t.42; }