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 // expected-no-diagnostics
      4 
      5 void __clear_cache(void *a, void *b) {}
      6