• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <stdio.h>
2 
3 void
some_func()4 some_func()
5 {
6   printf("Set breakpoint here.");
7 }
8