OSDN Git Service

2005-02-15 Eric Christopher <echristo@redhat.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / charset / attribute1.c
1 /* Test for attribute non-translation.  */
2 /* { dg-do compile }
3    { dg-require-iconv "IBM-1047" }
4    { dg-final { scan-assembler "foo" } } */
5 int walrus __attribute__ ((section (".foo")));
6
7 int main (void)
8 {
9   return 0;
10 }