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

6 lines
55 B
LLVM
Raw Normal View History

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