(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
compat/
sdata-1_y.c
       1  #include "sdata-section.h"
       2  
       3  struct s { int x; int y[4]; };
       4  struct s small_struct SDATA_SECTION;