test: update cases to silence 'var is never mutated' errors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
comptime {
|
||||
var a: i64 = undefined;
|
||||
const a: i64 = undefined;
|
||||
_ = a * a;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user