OSDN Git Service

2009-01-10 Sebastian Pop <sebastian.pop@amd.com>
[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-error "inline.*weak" } */
4