1extern "C" int foo(void);
2int main (int argc, char **argv) { // Set break point at this line.
3 return foo();
4}
5

source code of lldb/test/API/functionalities/breakpoint/breakpoint_options/main.cpp