2021-10-06 15:00:58 +02:00
|
|
|
@.str = private unnamed_addr constant [2 x i8] c"OK"
|
2021-10-06 14:52:59 +02:00
|
|
|
|
|
|
|
declare i32 @puts(i8* nocapture) nounwind
|
|
|
|
|
|
|
|
define i32 @main() {
|
2021-10-06 15:00:58 +02:00
|
|
|
%cast210 = getelementptr [2 x i8],[2 x i8]* @.str, i64 0, i64 0
|
2021-10-06 14:52:59 +02:00
|
|
|
|
|
|
|
call i32 @puts(i8* %cast210)
|
|
|
|
ret i32 0
|
|
|
|
}
|