(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
arm/
stack-protector-6.c
       1  /* { dg-do compile } */
       2  /* { dg-require-effective-target fpic } */
       3  /* { dg-options "-fstack-protector-all -Os -fpic" } */
       4  
       5  #include "stack-protector-5.c"
       6  
       7  /* See the comment in stack-protector-5.c.  */
       8  /* { dg-final { scan-assembler-times {\tstr\t} 1 } } */