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

6 lines
57 B
LLVM

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