1f4a2713aSLionel Sambuc // RUN: %clang_cc1 -triple armv7-none-linux-gnu -fsyntax-only -verify %s 2f4a2713aSLionel Sambuc // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -fsyntax-only -verify %s 3*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -triple arm64-none-linux-gnu -fsyntax-only -verify %s 4f4a2713aSLionel Sambuc // expected-no-diagnostics 5f4a2713aSLionel Sambuc __clear_cache(void * a,void * b)6f4a2713aSLionel Sambucvoid __clear_cache(void *a, void *b) {} 7