added main to automaton.node

This commit is contained in:
Antoine Grimod 2023-01-10 00:39:50 +01:00
parent 17e2f93629
commit 66de13fff2

View File

@ -11,7 +11,7 @@ let
o = (not (not (l1 = l2))) and (l1 = l2) and true;
tel
node auto (i: int) returns (o : int);
node main (i: int) returns (o : int);
var x, y:int;
let
automaton