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
/
forbody.c
blob
16321eaef8c567f0ce146792d76edcdac91fb677
1
/*@iter genericTable_elements (yield int m_el)@*/
2
3
# define genericTable_elements(m_el) \
4
{ for (m_ind = 0 ; m_ind < 4; m_ind++) \
5
{ int m_el; m_el = m_ind; m_el =
'a'
; }
6
7
8