DEBSOURCES
Skip Quicknav
sources / frama-c / 20161101%2Bsilicon%2Bdfsg-5 / tests / syntax / inconsistent_decl_2.i
12345678910
/* run.config DONTRUN: main test is at tests/syntax/inconsistent_decl.c */ int f(double x); int h() { int x = f(2.0); return x; }