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

6 lines
73 B
LLVM

; RUN: llvm-upgrade < %s | llvm-as | llc
int %main() {
ret int 42
}