CS153/hw3/llprograms/return.ll

5 lines
57 B
LLVM
Raw Normal View History

define i64 @main(i64 %argc, i8** %arcv) {
ret i64 0
}