Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
torture
/
pr61848.C
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"
)));