OSDN Git Service

PR middle-end/52419
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / attr-weak-1.c
1 /* { dg-do compile } */
2
3 __inline void foo(void) __attribute__((weak));  /* { dg-warning "inline.*weak" } */
4