6 lines
78 B
LLVM
6 lines
78 B
LLVM
define i64 @main(i64 %argc, i8** %arcv) {
|
|
br label %end
|
|
end:
|
|
ret i64 9
|
|
}
|
|
|