math: improve how get_absolute_min/max() work
[smatch.git] / validation / backend / bool-test.c
bloba6f33a1ac2acb1a782639270b9fafb82cdd0a10c
1 static _Bool return_false(void)
3 return 0;
6 /*
7 * check-name: Boolean type code generation
8 * check-command: ./sparsec -c $file -o tmp.o
9 */