Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
old-initializer-nowarn.c
blob: 4efe00d76fe5ee4d66a6cf54c6d20449c8f82dc6 [
file
] [
log
] [
blame
]
struct
s
{
int
i
;
};
static
struct
s the_s
=
{
i
:
1
};
/*
* check-name: Old initializer with -Wno-old-initializer
* check-command: sparse -Wno-old-initializer
*/