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