aboutsummaryrefslogtreecommitdiffstats
path: root/test/Jello/test2.ll
blob: f5d1a4ee360b14e1fc9efce22ede2ba1a25983eb (plain)
1
2
3
4
5
; test a simple add
int %main() {
	%X = add int 1, 2
	ret int %X
}