DEBSOURCES
Skip Quicknav
sources / frama-c / 20220511-manganese-5 / tests / value / inline.c
1234567891011
/* run.config* DEPS: inline.h DONTRUN: test for the gui only */ #include "inline.h" int main () { int x = f(42); return 0; }