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