Sign in
gnu
/
gcc
/
93ac832f1846e4867aa6537f76f510fab8e3e87d
/
.
/
gcc
/
testsuite
/
gcc.dg
/
charset
/
attribute1.c
blob: 799630030bab2658818209ddd5b4f424398de2ac [
file
] [
log
] [
blame
]
/* Test for attribute non-translation. */
/* { dg-do compile }
{ dg-require-iconv "IBM1047" }
{ dg-final { scan-assembler "foo" } } */
int
walrus __attribute__
((
section
(
".foo"
)));
int
main
(
void
)
{
return
0
;
}