aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/builtin-clear_cache.c
blob: e21aad79d12aa2b4d0f48c7a736b42ef54045133 (plain) (blame)
1
2
3
4
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) {}