5 lines
92 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | llc -march=arm
int %test(int %a1, int %a2, int %a3) {
ret int %a3
}