]> andersk Git - splint.git/blame - test/forbody.c
Remove unused cpplib_createDefinition.
[splint.git] / test / forbody.c
CommitLineData
80ee600a 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
This page took 0.219855 seconds and 5 git commands to generate.