1#include <stdio.h>
2
3int
4main (int argc, char const *argv[])
5{
6 return 0; // Set breakpoint here
7}
8

source code of lldb/test/API/lang/cpp/namespace_definitions/main.cpp