aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/charset/attribute1.c
blob: 993c7934c80600b0eb19fecdc95a022a00b26bf6 (plain)
1
2
3
4
5
6
7
8
9
10
/* Test for attribute non-translation.  */
/* { dg-do compile }
   { dg-require-iconv "IBM-1047" }
   { dg-final { scan-assembler "foo" } } */
int walrus __attribute__ ((section (".foo")));

int main (void)
{
  return 0;
}