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
/
zext-and.c
blob
a3153bf78ab03c586e161bd12e20b0a6ef5750a3
1
unsigned int
foo
(
unsigned char
x
)
2
{
3
return
(
unsigned int
)
x
&
0xffff
U
;
4
}
5
6
/*
7
* check-name: zext-and
8
* check-command: test-linearize -Wno-decl $file
9
*
10
* check-output-ignore
11
* check-output-excludes: and\\.
12
*/