xref: /illumos-gate/usr/src/tools/smatch/src/validation/prototype.c (revision f52943a93040563107b95bccb9db87d9971ef47d)
1 static int prototype(void);
2 
3 /*
4  * check-name: Compile skip function prototype
5  * check-command: sparsec -c $file -o tmp.o
6  */
7