xref: /minix3/external/bsd/llvm/dist/clang/test/SemaCXX/warn-static-function-inheader.h (revision e985b929927b5932e3b68f4b50587d458900107a)
1 static void thing(void) { // expected-warning {{'static' function 'thing' declared in header file should be declared 'static inline'}}
2 }
3 
4