Index: test/CodeGen/a5.c
===================================================================
--- test/CodeGen/a5.c	(revision 0)
+++ test/CodeGen/a5.c	(revision 0)
@@ -0,0 +1,5 @@
+// RUN: %clang -target armv7-none-linux-gnueabi -mcpu=cortex-a5 -emit-llvm -S %s  -o /dev/null
+
+int main() {
+  return 0;
+}
