Small clocking test

This commit is contained in:
Léonard Gérard 2011-01-05 15:50:01 +01:00
parent 1ed4941101
commit a832cc5c25

6
test/bad/clocking.ept Normal file
View file

@ -0,0 +1,6 @@
node f (i:int; c:bool) returns (x:int)
var t:int;
let
t = 0 fby t when true(c);
x = i;
tel