fa/tests/passing/argv.fa
Ari Archer de936a7513
Unsized strings, pop keyword and dead code elimination
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-07-22 10:43:57 +03:00

9 lines
143 B
Text

include 'std/lstd.fa'
fun main [ str str int ] int eo
argc pop -- I'm sorry, how do I even test this
%EXIT_SUCCESS
end
#main #exit