db/fixup_kernel.sh: fix clear_user() handling
[smatch.git] / validation / optim / cmp-type0.c
blob15115b9f9ea9f801191159c5bdc9448071bf8005
1 static int foo(long long a)
3 return 0LL < (0x80000000LL + (a - a));
6 /*
7 * check-name: cmp-type0
8 * check-command: test-linearize $file
10 * check-output-ignore
11 * check-output-returns: 1