function_hooks: update comment explaining various function hooks
[smatch.git] / validation / strict-prototypes0.c
blobe320846b77a7005a649479506b98051e351668ab
1 extern void func1();
2 extern void myfunction(), myfunc2();
4 /*
5 * check-name: strict-prototypes disabled
6 * check-command: sparse -Wno-strict-prototypes $file
7 */