DEBSOURCES
Skip Quicknav
sources / frama-c / 20161101%2Bsilicon%2Bdfsg-5 / tests / value / add_approx.i
1234567891011
int t[10]={0}; int x; void main(int c) { t[1]=1; if (c) x = 0; else x = 1; t[x]=2; t[3] = 77; }