xref: /illumos-gate/usr/src/tools/smatch/src/validation/prototype.c (revision 1f5207b7604fb44407eb4342aff613f7c4508508)
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