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

6 lines
58 B
LLVM

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