Fix function definition

This commit is contained in:
Francesco Gazzetta
2022-07-03 17:18:37 +02:00
parent 1405020497
commit 630a29e8c6
3 changed files with 14 additions and 13 deletions

View File

@@ -2,8 +2,8 @@
data $str =
{b "hello world", b 0}
export
function w $main
()
{@start
%r =w call $puts (l $str)
ret 0}
function w $main () {
@start
%r =w call $puts (l $str)
ret 0
}