heptagon/test/bad/t9-initialization.ept

7 lines
79 B
Plaintext

node toto() returns (o : int)
var last x : int;
let
o = x;
x = last x;
tel