blob: eb86c08db69d4c165b6d9b45f73cc315489d9740 [file] [log] [blame]
%X = global int 7
%msg = internal global [13 x sbyte] c"Hello World\0D\00"
implementation
declare void %printf([13 x sbyte]*)
void %bar() {
call void %printf([13 x sbyte]* %msg)
ret void
}
void %main() {
call void %bar()
ret void
}