repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
show_unreachable.sh: change the line number format
[smatch.git]
/
validation
/
backend
/
union.c
blob
e155f6ad16c673af62f0234c56308cb77f84a853
1
union
foo
{
2
unsigned long
x
;
3
unsigned char
y
;
4
char
buf
[
128
];
5
};
6
7
static union
foo foo
;
8
9
/*
10
* check-name: Union code generation
11
* check-command: ./sparsec -c $file -o tmp.o
12
*/