summaryrefslogblamecommitdiff
path: root/tests/source/test7.scade
blob: c756a9ef1239debdec75b21262835f184478b200 (plain) (tree)
1
2
3
4
5
6
7
                                                         
   

          
                         
                  
   
node test(i: int) returns(a, b, probe c: int; exit: bool)
let
    a = 0;
    b = 0;
    c = 0 -> (pre c + 1);
    exit = i >= 5;
tel