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
/
load-type.c
blob
80416cad9d1fb25522758b91415868d09e9e0ed2
1
extern
struct
_IO_FILE
*
stdin
;
2
3
static void
sub
(
struct
_IO_FILE
*
in
) {}
4
5
static void
test
(
void
) {
6
sub
(
stdin
);
7
}
8
9
/*
10
* check-name: Type of loaded objects
11
* check-command: ./sparsec -c $file -o tmp.o
12
*/