repo.or.cz
/
smatch
/
bkmgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
checking_for_null_instead_of_err_ptr: use smatch_kernel_err_ptr.c
[smatch/bkmgit.git]
/
validation
/
optim
/
simplify-sub-neg.c
blob
49be847cca7dc7147f4bd4e47287dad51c0e9cc7
1
int
sub_neg
(
int
x
,
int
y
) {
return
x
- -
y
; }
2
3
/*
4
* check-name: simplify-sub-neg
5
* check-command: test-linearize -Wno-decl $file
6
*
7
* check-output-ignore
8
* check-output-contains: add\\..*%arg., %arg.
9
*/