Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
viro
/
sparse
/
ef2e777c1bda3fbb2b00c9332e1bf40d24afc136
/
.
/
validation
/
sizeof-compound-postfix.c
blob: 3b716feda6c355f1e9a0348b8d63bc0eaf799bff [
file
] [
log
] [
blame
]
struct
foo
{
int
x
,
y
;};
static
int
a
(
void
)
{
return
sizeof
(
struct
foo
){
0
,
1
}.
y
;
}
/*
* check-name: Handling of sizeof compound-literal . member
*/