5 lines
78 B
LLVM
5 lines
78 B
LLVM
define i64 @main(i64 %argc, i8** %arcv) {
|
|
%1 = add i64 5, 9
|
|
ret i64 %1
|
|
}
|
|
|