fn main() -> i32 { const testval = 6; var testvar = testval; testvar = 5; return testvar; }