forward_record_pointer_assign_mismatch.toy (113B)
1 record A; 2 record B; 3 4 fn main(): i64 { 5 var a: *A = NULL as *A; 6 let b: *B = NULL as *B; 7 a = b; 8 return 0; 9 }
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |