DEBSOURCES
Skip Quicknav
sources / frama-c / 20220511-manganese-3 / tests / syntax / alloc_order.i
12345678910
/* run.config* EXIT: 1 STDOPT: */ /*@ allocates \result; requires i > 0; */ int *f(int i);