heptagon/test/bad/t3.ept

14 lines
181 B
Plaintext
Raw Normal View History

2010-06-21 12:11:06 +02:00
(* Unknown state name *)
node f(x:int) returns (y:int)
let
automaton
state A
do y = 2
until y = 2 then B
state B
do y = 3
until y = 3 then C
end
tel