Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
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
*/