db/fixup_kernel.sh: fix clear_user() handling
[smatch.git] / validation / optim / cse-arg01.c
blob3e3e141aa1fb7ab3b94d225b1ca0f78fda4c5e9f
1 int foo(int a, int b) { return (a < b) == (b > a); }
3 /*
4 * check-name: cse-arg01
5 * check-command: test-linearize -Wno-decl $file
7 * check-output-ignore
8 * check-output-returns: 1
9 */