diff options
Diffstat (limited to 'lldb/test/python_api/target/main.c')
| -rw-r--r-- | lldb/test/python_api/target/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/target/main.c b/lldb/test/python_api/target/main.c index 7934d30e886..ba82a5437ae 100644 --- a/lldb/test/python_api/target/main.c +++ b/lldb/test/python_api/target/main.c @@ -46,6 +46,7 @@ int c(int val) int main (int argc, char const *argv[]) { + // Set a break at entry to main. int A1 = a(1); // a(1) -> b(1) -> c(1) printf("a(1) returns %d\n", A1); |

