OSDN Git Service

2008-11-02 Richard Guenther <rguenther@suse.de>
[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