We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Compilation of the program below fails with:
variable allocation: variable “s.159” (declared at "bug_680.jazz", line 3 (12-13)) may not be initialized
export fn adc_stack(reg u64 x) { stack u64 s; s = 0; _, s += x; }
Activity