Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
backend
/
union.c
blob: 7ec35c7a8d2cc5e99813e49f1f8d85f7e04b383a [
file
] [
log
] [
blame
]
union
foo
{
unsigned
long
x
;
unsigned
char
y
;
char
buf
[
128
];
};
static
union
foo foo
;
/*
* check-name: Union code generation
* check-command: sparsec -c $file -o tmp.o
*/