(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
shadow_call_stack_1.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-fsanitize=shadow-call-stack -fno-exceptions" } */
       3  
       4  int i;
       5  
       6  /* { dg-error "'-fsanitize=shadow-call-stack' requires '-ffixed-x18'" "" {target "aarch64*-*-*" } 0 } */