blob: b342d3578e14c32f3b99c14139dcd9084f5954d4 [file] [log] [blame]
Quentin Colombete5965df2012-11-30 01:34:36 +00001// RUN: %clang -target armv7-none-linux-gnueabi -mcpu=cortex-a5 -emit-llvm -S %s -o /dev/null
2
3int main() {
4 return 0;
5}