int main (int argc, char const *argv[]) { char *char_ptr = "Some pointer here"; void *void_ptr = &char_ptr; return 0; // Break at this line }