blob: e1f03237cd1193a450a2294794406083c79376e8 [file] [log] [blame]
#include <stdio.h>
int
main (int argc, char **argv)
{
printf ("Set a breakpoint on this line.\n");
return 0; // Set another on this line.
}