CS153/hw6/llprograms/sub_neg_dce.ll

5 lines
58 B
LLVM
Raw Normal View History

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