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
slist: fix "stack not empty" errors
[smatch.git]
/
validation
/
backend
/
store-type.c
blob
9e2ce73fa77e50ef3233f3217ce087a6444f86e3
1
struct
foo
;
2
static struct
foo
*
var
;
3
4
static void
set
(
struct
foo
*
f
)
5
{
6
var
=
f
;
7
}
8
9
/*
10
* check-name: Type of stored objects
11
* check-command: ./sparsec -c $file -o tmp.o
12
*/