Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.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
;
}