Home | History | Annotate | Download | only in Sema
      1 // RUN: %clang_cc1 -triple armv7-none-linux-gnu -fsyntax-only -verify %s
      2 // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -fsyntax-only -verify %s
      3 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -fsyntax-only -verify %s
      4 // expected-no-diagnostics
      5 
      6 void __clear_cache(void *a, void *b) {}
      7