CS153/hw3/llprograms/max_thomas_test_opt.ll

5 lines
59 B
LLVM
Raw Normal View History

define i64 @main(i64 %argc, i8** %argv) {
ret i64 120
}