db/fixup_kernel.sh: fix clear_user() handling
[smatch.git] / validation / optim / simplify-neg-sub.c
blob9a824f09c1db1d48a27f40746f26f2c66f90c07e
1 int foo(int x, int y) { return -(x - y) == (y - x); }
3 /*
4 * check-name: simplify-neg-sub
5 * check-command: test-linearize -Wno-decl $file
7 * check-output-ignore
8 * check-output-contains: ret\\..*\\$1
9 */