aboutsummaryrefslogtreecommitdiff
path: root/tests/hello.qbe
blob: 3e695abd949b3e9592948279193034cb06e5084a (plain)
1
2
3
4
5
6
7
8
9
data $.Lstring.2 = align 1 { b "hello", z 1, }
export
function w $main() {
@start.1
@body.2
	%.1 =l copy $.Lstring.2
	%.2 =w call $puts(l %.1)
	ret 0
}