(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
acle/
pauth_def.c
       1  /* { dg-do compile } */
       2  
       3  #pragma GCC target "+pauth"
       4  #ifndef __ARM_FEATURE_PAUTH
       5  #error "__ARM_FEATURE_PAUTH is not defined but should be!"
       6  #endif
       7  
       8  void
       9  foo (void) {}
      10