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  */