unsupported_longjmp.toy (76B)
1 fn main(): i64 { 2 var buf: [8]i64 = []; 3 @longjmp(&buf, 1); 4 return 0; 5 }