blob: beb490c7543674bc1a1acb2575e1a231cb723f54 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target named_sections } */
/* { dg-final { scan-assembler "mysection" } } */
extern char foo;
char foo __attribute__ ((__section__(".mysection")));