forward_record_pointer_break_mismatch.toy (150B)
1 record A; 2 record B; 3 4 fn main(): i64 { 5 let b: *B = NULL as *B; 6 let a: *A = while<*A> 1 { 7 break b; 8 } else { 9 NULL as *A 10 }; 11 return 0; 12 }
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |