heptagon/test/bad/t1.ept
2010-06-21 12:11:06 +02:00

6 lines
56 B
Plaintext

node f(x:int) returns (y:int)
let
y = x;
x = 0;
tel