rt_gccstream/gcc/testsuite/gcc.dg/attr-weak-1.c

5 lines
108 B
C

/* { dg-do compile } */
__inline void foo(void) __attribute__((weak)); /* { dg-error "inline.*weak" } */