llvm-project/llvm/test/CodeGen/Generic/ret0.ll

6 lines
64 B
LLVM

; RUN: llvm-as < %s | llc
define i32 @main() {
ret i32 0
}