xref: /aosp_15_r20/external/clang/test/SemaCXX/warn-static-function-inheader.h (revision 67e74705e28f6214e480b399dd47ea732279e315)

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