expressions: make assign_expression() take an op argument
[smatch.git] / validation / backend / bool-test.c
blobcd20a4bd9a1582cc80074a1870f81efa7d63605f
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 */