expressions: make assign_expression() take an op argument
[smatch.git] / validation / optim / bool-context.c
blob11326d391f77b93bc122ef82ce30d543b33406b0
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-times: setne\\..* %arg[12]