xref: /illumos-gate/usr/src/tools/smatch/src/validation/strict-prototypes0.c (revision 856f710c9dc323b39da5935194d7928ffb99b67f)
1 extern void func1();
2 extern void myfunction(), myfunc2();
3 
4 /*
5  * check-name: strict-prototypes disabled
6  * check-command: sparse -Wno-strict-prototypes $file
7  */
8