(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
torture/
pr61848.C
/* { dg-do compile } */
/* { dg-require-effective-target named_sections } */
/* { dg-final { scan-assembler "mysection" } } */
extern char foo;
char foo __attribute__ ((__section__(".mysection")));