blob: b85e3221c0e4aa40054a308086eceb232f0d0694 [file] [log] [blame]
Chris Lattner92ae6c22002-12-03 20:25:43 +00001%.LC0 = internal global [12 x sbyte] c"Hello World\00"
2
3implementation
4
5declare int %puts(sbyte*)
6
7void %main() {
8 %reg210 = call int %puts( sbyte* getelementptr ([12 x sbyte]* %.LC0, long 0, long 0) )
9 ret void
10}
11