1 // RUN: %clang -target armv7-none-linux-gnueabi -mcpu=cortex-r5 -emit-llvm -S %s -o /dev/null 2 3 int main() { 4 return 0; 5 } 6