blob: 176b2e059f08beb02010f18f46ced22f3de16d30 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm
2int %test() {
3 ret int 0
4}