DEBSOURCES
Skip Quicknav
sources / frama-c / 20161101%2Bsilicon%2Bdfsg-5 / tests / syntax / bts59.i
12345678910
float g() { double __retres=2; int first = 6; { int first = 5 ; return __retres; } }