llvm-for-llvmta/test/CodeGen/Generic/ret0.ll

6 lines
54 B
LLVM
Raw Normal View History

2022-04-25 10:02:23 +02:00
; RUN: llc < %s
define i32 @main() {
ret i32 0
}