error: codegen backend failed: Instruction does not dominate all uses!
repro:
spice genfn (i)
spice-quote
fn ()
print i # just so it does something
run-stage;
global fparr : (array (pointer (function void)) 256)
run-stage;
for i in (range 256)
fparr @ i = (genfn i)