repo.or.cz
/
splint-patched.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Some consistency changes to library & headers flags.
[splint-patched.git]
/
test
/
csyntax3.c
blob
02bcaa3b457c74281b5c35d5cd83e3f86629b027
1
typedef
int
a1
;
2
3
a1
main
()
4
{
5
int
x
;
6
a1 a1
;
7
8
x
=
3
;
9
a1
=
x
;
10
return
a1
;
11
}
12