Files
qbe-hs/golden/hello_world.qbe
Francesco Gazzetta 630a29e8c6 Fix function definition
2022-07-03 17:18:37 +02:00

9 lines
113 B
Plaintext

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