1  /* { dg-do compile } */
       2  /* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-marm" "-mcpu=*" "-mfloat-abi=*" } } */
       3  /* { dg-options "-march=armv8.1-m.main+pacbti" } */
       4  
       5  #if (__ARM_FEATURE_BTI != 1)
       6  #error "Feature test macro __ARM_FEATURE_BTI_DEFAULT should be defined to 1."
       7  #endif
       8  
       9  #if (__ARM_FEATURE_PAUTH != 1)
      10  #error "Feature test macro __ARM_FEATURE__PAUTH should be defined to 1."
      11  #endif