hanchenye-llvm-project/llvm/test/CodeGen/Generic/ret42.ll

6 lines
65 B
LLVM

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