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

void foo() {
  printf("Set a breakpoint here.\n");
}

int main() {
  foo();
  return 0;
}
OpenPOWER on IntegriCloud