heptagon/test/bad/clock_dep.ept
Léonard Gérard 96272339e4 some tests.
2011-05-26 15:56:59 +02:00

6 lines
112 B
Plaintext

node cross<<l:int>>(x:int; x2:int; c:bool) returns (y:int; c2:bool)
let
c2 = c;
y = x + (x2 when c2) ;
tel