Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
53eacc1fa688f066a5426f44fbc85710677fc172
/
.
/
validation
/
linear
/
bitfield-sign-default.c
blob: 9a2854e63c47803e47c587c5a4404d67394a8628 [
file
] [
log
] [
blame
]
struct
s
{
int
f
:
2
;
};
static
int
getf
(
struct
s s
)
{
return
s
.
f
;
}
/*
* check-name: bitfield-sign-default
* check-command: test-linearize -fdump-ir=linearize $file
*
* check-output-ignore
* check-output-contains: sext\\.
*/