Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
flex-array-union-array.h
blob: b2a74d1a06ea584083efab811009d7a136c877d9 [
file
] [
log
] [
blame
]
struct
s_flex
{
int
i
;
long
f
[];
};
union
s
{
struct
s_flex flex
;
char
buf
[
200
];
};
static
union
s a
[
2
];