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

6 lines
72 B
LLVM

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