aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/interpreter_callback/main.c
blob: 78d5c0714714aae3139ddd64f4c6414f4c27a33e (plain)
1
2
3
4
5
6
#include <stdio.h>

int main() {
  int i = 1;
  return i; // Break here
}