summaryrefslogtreecommitdiffstats
path: root/test/Sema/builtin-clear_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/builtin-clear_cache.c')
-rw-r--r--test/Sema/builtin-clear_cache.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Sema/builtin-clear_cache.c b/test/Sema/builtin-clear_cache.c
new file mode 100644
index 0000000..e21aad7
--- /dev/null
+++ b/test/Sema/builtin-clear_cache.c
@@ -0,0 +1,5 @@
+// RUN: %clang_cc1 -triple armv7-none-linux-gnu -fsyntax-only -verify %s
+// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -fsyntax-only -verify %s
+// expected-no-diagnostics
+
+void __clear_cache(void *a, void *b) {}
OpenPOWER on IntegriCloud