diff options
| author | mingmingl <mingmingl@google.com> | 2025-02-04 11:11:14 -0800 |
|---|---|---|
| committer | mingmingl <mingmingl@google.com> | 2025-02-04 11:11:14 -0800 |
| commit | e91747a92d27ecf799427bf563f9f64f7c4d2447 (patch) | |
| tree | 7aa5a8a9170deec293e152bdf2be804399dcd612 /lldb/test/API/python_api/interpreter_callback/main.c | |
| parent | 3a8d9337d816aef41c3ca1484be8b933a71a3c46 (diff) | |
| parent | 53d6e59b594639417cdbfcfa2d18cea64acb4009 (diff) | |
Merge branch 'main' into users/mingmingl-llvm/spr/sdpglobalvariableusers/mingmingl-llvm/spr/sdpglobalvariable
Diffstat (limited to 'lldb/test/API/python_api/interpreter_callback/main.c')
| -rw-r--r-- | lldb/test/API/python_api/interpreter_callback/main.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/test/API/python_api/interpreter_callback/main.c b/lldb/test/API/python_api/interpreter_callback/main.c new file mode 100644 index 000000000000..78d5c0714714 --- /dev/null +++ b/lldb/test/API/python_api/interpreter_callback/main.c @@ -0,0 +1,6 @@ +#include <stdio.h> + +int main() { + int i = 1; + return i; // Break here +} |
