e1f03237cd1193a450a2294794406083c79376e8
[openbsd] /
1 #include <stdio.h>
2
3 int
4 main (int argc, char **argv)
5 {
6   printf ("Set a breakpoint on this line.\n"); 
7   
8   return 0; // Set another on this line.
9 }
10
11