OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / attr-weakref-3.c
1 /* { dg-do compile } */
2 /* { dg-require-weak "" } */
3 static int i __attribute__ ((weakref)); /* { dg-warning "attribute should be accompanied" } */