Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
bitfield-kr.c
blob: ba66c5cd71513b798a31bd25a96f47e21a41f13f [
file
] [
log
] [
blame
]
static
int
foo
(
b
)
int
b
:
4
;
{
return
0
;
}
/*
* check-name: bitfield in K&R
*
* check-known-to-fail
* check-error-start
bitfield-kr.c:2:9: error: bitfield in K&R declaration of 'foo'
* check-error-end
*/