fa/tests/passing/name_redefine_macro2.fa
Ari Archer a5492e583b
Improve tests and sh{r/l} keywords
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-07-02 20:57:49 +03:00

8 lines
90 B
Text

include 'std/std.fa'
macro a unname name end
0 as name
%a
0 as name
%EXIT_SUCCESS %exit