We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following program
export fn main (reg u64 i) { stack u8[2] a; a[1] = i; }
triggers
Fatal error: exception File "src/toEC.ml", line 380, characters 55-61: Assertion failed
when we call the extraction using jasminc test.jazz -CT -ec main. What seems important is that i is unknown.
jasminc test.jazz -CT -ec main
i
Activity