thing(void)1*f4a2713aSLionel Sambuc static void thing(void) { // expected-warning {{'static' function 'thing' declared in header file should be declared 'static inline'}} 2*f4a2713aSLionel Sambuc } 3*f4a2713aSLionel Sambuc 4