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
/
extern.c
blob
24cbae5574531072b54e8f7963d7959d87a7eb90
1
extern
unsigned long
foo
;
2
3
static unsigned long
bar
(
void
)
4
{
5
return
foo
;
6
}
7
8
/*
9
* check-name: Extern symbol code generation
10
* check-command: ./sparsec -c $file -o tmp.o
11
*/