Searched refs:ptr_to_undef_malloc_int (Results 1 – 1 of 1) sorted by relevance
61 int* ptr_to_undef_malloc_int = malloc(sizeof(int)); in main() local62 int undef_malloc_int = *ptr_to_undef_malloc_int; in main()