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