fa/tests/passing/operator_eql.fa
Ari Archer c30a3de674
Deprecate mutability contexts
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-07-27 13:41:50 +03:00

8 lines
122 B
Text

include 'std/std.fa'
macro main
0 0 eql 0 eql if "0 should equal to 0" %error end
%EXIT_SUCCESS %exit
end
%main