xref: /illumos-gate/usr/src/tools/smatch/src/validation/backend/bool-test.c (revision 933ae53f0bf0708d7bf2756d3f21936a0d5fad82)
1 static _Bool return_false(void)
2 {
3 	return 0;
4 }
5 
6 /*
7  * check-name: Boolean type code generation
8  * check-command: sparsec -c $file -o tmp.o
9  */
10