CS153/hw6/llprograms/br1.ll

7 lines
78 B
LLVM
Raw Normal View History

define i64 @main(i64 %argc, i8** %arcv) {
br label %end
end:
ret i64 9
}