Home | History | Annotate | Download | only in tests

Lines Matching refs:undefp

30   char* undefp = malloc(1);
32 assert(undefp);
33 *a = *undefp;
36 free(undefp);