8 lines
75 B
C
Raw Normal View History

#include <stdio.h>
void
some_func()
{
printf("Set breakpoint here.");
}