xref: /minix3/external/bsd/llvm/dist/clang/test/SemaCXX/warn-static-function-inheader.h (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)

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