1namespace NAMESPACE {
2static int g_value = 0;
3void DoSomeStuff() {
4 // A comment here
5 g_value++; // The line with code
6}
7
8} // namespace NAMESPACE
9

source code of lldb/test/API/functionalities/breakpoint/same_cu_name/common.cpp