CS153/hw6/llprograms/kierajmumickopt.ll

5 lines
62 B
LLVM
Raw Normal View History

define i64 @program(i64 %argc, i8** %argv) {
ret i64 420
}