(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
msp430/
pr78818-data-sec.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-fdata-sections" } */
       3  
       4  /* { dg-final { scan-assembler-not "\\.data" } } */
       5  /* { dg-final { scan-assembler-not "\\.bss" } } */
       6  
       7  #include "pr78818-real.c"