forked from OSchip/llvm-project
5 lines
80 B
LLVM
5 lines
80 B
LLVM
|
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm
|
||
|
int %test() {
|
||
|
ret int 0
|
||
|
}
|