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
/
bitfield-kr.c
blob
ba66c5cd71513b798a31bd25a96f47e21a41f13f
1
static int
foo
(
b
)
2
int
b
:
4
;
3
{
4
return
0
;
5
}
6
7
/*
8
* check-name: bitfield in K&R
9
*
10
* check-known-to-fail
11
* check-error-start
12
bitfield-kr.c:2:9: error: bitfield in K&R declaration of 'foo'
13
* check-error-end
14
*/