updating test

This commit is contained in:
Jakub Doka 2024-10-28 11:04:47 +01:00
parent 9c32f260a1
commit f0a588fcff
No known key found for this signature in database
GPG key ID: C6E9A89936B8C143

View file

@ -1,3 +1,3 @@
test.hb:3:16: type 'int' cannot be uninitialized, use a zero value instead ('@bitcast(0)' in case of pointers)
test.hb:3:16: type 'int' cannot be uninitialized, use a zero value instead ('null' in case of pointers)
a := @as(int, idk)
^