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