modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/pr61848.c (about) 1 /* { dg-do compile } */ 2 /* { dg-require-effective-target named_sections } */ 3 /* { dg-final { scan-assembler "mysection" } } */ 4 extern char foo; 5 char foo __attribute__ ((__section__(".mysection")));