summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/dummy_target_breakpoints/main.c
blob: e1f03237cd1193a450a2294794406083c79376e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <stdio.h>

int
main (int argc, char **argv)
{
  printf ("Set a breakpoint on this line.\n"); 
  
  return 0; // Set another on this line.
}


OpenPOWER on IntegriCloud