; ModuleID = 'hello.c' target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-apple-macosx10.9.0" @.str = private unnamed_addr constant [13 x i8] c"Hello World\0A\00", align 1 ; Function Attrs: nounwind ssp uwtable define i32 @main(i32 %a) #0 { %1 = icmp sgt i32 %a, 0 br i1 %1, label %2, label %4 ;