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