xref: /llvm-project/clang/test/SemaCXX/warn-static-function-inheader.h (revision 91fc39e313240dfa77b48370fe0bd35f24576f14)

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