aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/a5.c
blob: b342d3578e14c32f3b99c14139dcd9084f5954d4 (plain)
1
2
3
4
5
// RUN: %clang -target armv7-none-linux-gnueabi -mcpu=cortex-a5 -emit-llvm -S %s  -o /dev/null

int main() {
  return 0;
}