jasmin icon indicating copy to clipboard operation
jasmin copied to clipboard

wrong type in assignment.

Open bgregoir opened this issue 4 years ago • 0 comments
trafficstars

The following code does not type check (typing.ml) because pretyping does not insert the good "type annotation" in the assignment. inline fn test(reg u64 buffer) -> inline int { inline int i j; i = 0; j = 1 << i; return j; }

bgregoir avatar Sep 16 '21 05:09 bgregoir