Revision 2d37a1e1
Added by Pierre-Loïc Garoche over 6 years ago
regression_tests/lustre_files/success/kind_fmcad08/memory2/ILLINOIS_2_e1_834.lus | ||
---|---|---|
62 | 62 |
if(e8) then if(g8) then pre shared-1 else pre shared else |
63 | 63 |
pre shared; |
64 | 64 |
tel |
65 |
--@ ensures OK; |
|
66 | 65 |
node top(e1, e2, e3, e4, e5, e6, e7, e8, e9 : bool; init_invalid : int) |
67 | 66 |
returns( OK : bool); |
67 |
--@ contract guarantees OK; |
|
68 | 68 |
var invalid, dirty, exclusive, shared : int; |
69 | 69 |
env : bool; |
70 | 70 |
let |
Also available in: Unified diff
Renaminig lustre contracts from ensures to guarantees
Will require the latest cocospec branch to compile (before it is integrated in the unstable/master branches)