Small clocking test
This commit is contained in:
parent
1ed4941101
commit
a832cc5c25
1 changed files with 6 additions and 0 deletions
6
test/bad/clocking.ept
Normal file
6
test/bad/clocking.ept
Normal 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
|
Loading…
Reference in a new issue