1const x: i32 = 99; 2fn f() void { 3 x = 1; 4} 5export fn entry() void { 6 f(); 7} 8 9// error 10// 11// :3:5: error: cannot assign to constant