blob: 115b1091da33106ea9388a0725a5ff0bf3555152 [file] [log] [blame]
// RUN: %clang -ccc-host-triple armv7-none-linux-gnueabi -mcpu=cortex-a15 -emit-llvm -S %s -o /dev/null
int main() {
return 0;
}