db/fixup_kernel.sh: fix clear_user() handling
[smatch.git] / validation / optim / simplify-not-add-cte.c
blob6594012b507733080f3528aee4bd6b6ba2904332
1 #define C 3
3 int foo(int x) { return ~(x + C) == (~C - x); }
5 /*
6 * check-name: simplify-not-add-cte
7 * check-command: test-linearize -Wno-decl $file
9 * check-output-ignore
10 * check-output-contains: ret\\..*\\$1