DEBSOURCES
Skip Quicknav
sources / frama-c / 20140301%2Bneon%2Bdfsg-3 / tests / syntax / formals_decl_leak.i
1234567
/* run.config OPT: -check -print -load-script tests/syntax/formals_decl_leak.ml tests/syntax/formals_decl_leak_1.i */ void f(int x); void g() { f(3); }