piston/packages/llvm_ir/12.0.1/test.ll

11 lines
238 B
LLVM
Raw Normal View History

@.str = private unnamed_addr constant [3 x i8] c"OK\n"
declare i32 @puts(i8* nocapture) nounwind
define i32 @main() {
%cast210 = getelementptr [3 x i8],[3 x i8]* @.str, i64 0, i64 0
call i32 @puts(i8* %cast210)
ret i32 0
}