xref: /illumos-gate/usr/src/tools/smatch/src/validation/backend/bool-test.c (revision 5801b0f01c3c34499a929ed96164a5a68b470945)
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