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
A recent bugfix in cgen exposed incorrect usage here. We should ask for Const(ArrayOf(POD)), not ArrayOf(Const(POD)).
Fixes #197