unsupported_setjmp.toy (74B)
1 fn main(): i64 { 2 var buf: [8]i64 = []; 3 return @setjmp(&buf) as i64; 4 }