llvm-for-llvmta/test/CodeGen/Generic/ret0.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

6 lines
54 B
LLVM

; RUN: llc < %s
define i32 @main() {
ret i32 0
}