repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix size of loaded bitfields
[smatch.git]
/
validation
/
kill-select.c
blob
445472be8d380e207b046e9724d31cfef714654d
1
void
foo
(
int
x
);
2
void
foo
(
int
x
)
3
{
4
unsigned int
ui
;
5
6
ui
=
x
+
1
;
7
ui
=
ui
?
0
:
1
;
8
}
9
10
/*
11
* check-name: kill-select
12
* check-command: test-linearize $file
13
*
14
* check-output-ignore
15
* check-output-excludes: add\\.
16
*/