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