Skip to content

target: Fix order of Const application for temporary declarations

A recent bugfix in cgen exposed incorrect usage here. We should ask for Const(ArrayOf(POD)), not ArrayOf(Const(POD)).

Fixes #197

Merge request reports

Loading