DEBSOURCES
Skip Quicknav
sources / frama-c / 20161101%2Bsilicon%2Bdfsg-5 / tests / value / tab1.i
12345678910111213141516
int G[10] ={0}; void main (int x) { if (0 <= x) { G[0] =x; } if (0 >= x) { G[1] =x; } }