imrpove safety of alloc

This commit is contained in:
nora 2023-08-05 14:41:54 +02:00
parent 64d81b5608
commit dc9e33f339
3 changed files with 57 additions and 51 deletions

View file

@ -9,5 +9,6 @@ function main() = (
);
function rawr(a: *A) = (
let a: *A = a;
a.a = 1;
);