aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/charset/attribute1.c
blob: 799630030bab2658818209ddd5b4f424398de2ac (plain)
1
2
3
4
5
6
7
8
9
10
/* 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;
}