summaryrefslogtreecommitdiff
path: root/test/CodeGen/a5.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/a5.c')
-rw-r--r--test/CodeGen/a5.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGen/a5.c b/test/CodeGen/a5.c
new file mode 100644
index 0000000000..b342d3578e
--- /dev/null
+++ b/test/CodeGen/a5.c
@@ -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;
+}