1int main (int argc, char const *argv[])
2{
3 return 0; // Set break point at this line.
4}
5

source code of lldb/test/API/commands/target/basic/b.c