[passes] linearisation: correction (10 -> pre (20 -> 30)) works
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
node diagonal_int (i: int) returns (o1, o2 : int);
|
||||
var y: int;
|
||||
node main (i: int) returns (o1: int);
|
||||
let
|
||||
o2 = y;
|
||||
y = i;
|
||||
o1 = i;
|
||||
o1 = 10 -> pre (20 -> 30);
|
||||
tel
|
||||
|
Reference in New Issue
Block a user