test: update cases to silence 'var is never mutated' errors

This commit is contained in:
mlugg 2023-11-11 07:27:31 +00:00
parent 2c1acb6180
commit 21fa187abc
No known key found for this signature in database
GPG key ID: 58978E823BDE3EF9
289 changed files with 671 additions and 489 deletions

View file

@ -19,7 +19,7 @@ const S2 = struct {
pub export fn entry2() void {
var s: S2 = undefined;
_ = s;
_ = &s;
}
// error