YouCompleteMe/cpp/llvm/test/CodeGen/Generic/ret0.ll

6 lines
54 B
LLVM
Raw Normal View History

2012-07-05 20:51:06 -04:00
; RUN: llc < %s
define i32 @main() {
ret i32 0
}