8 lines
122 B
Text
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
|