mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
10 lines
236 B
LLVM
10 lines
236 B
LLVM
@.str = private unnamed_addr constant [2 x i8] c"OK"
|
|
|
|
declare i32 @puts(i8* nocapture) nounwind
|
|
|
|
define i32 @main() {
|
|
%cast210 = getelementptr [2 x i8],[2 x i8]* @.str, i64 0, i64 0
|
|
|
|
call i32 @puts(i8* %cast210)
|
|
ret i32 0
|
|
}
|