db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / bool-context.c
blob505fa5cee6ce5674ab7bdc380f9160271b44739d
1 #define bool _Bool
3 bool bool_ior(int a, int b) { return a || b; }
4 bool bool_and(int a, int b) { return a && b; }
6 /*
7 * check-name: bool-context
8 * check-command: test-linearize -Wno-decl $file
9 * check-output-ignore
11 * check-output-pattern(4): setne\\..* %arg[12]