fa/tests/passing/operator_grt.fa
Ari Archer 7ec217c3b5
Added tests for conditionals and bot, grt, lst ops
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-07-06 04:18:27 +03:00

8 lines
107 B
Text

include 'std/std.fa'
macro main
0 1 grt if %EXIT_SUCCESS %exit end
%EXIT_FAILURE %exit
end
%main