Sign in
llvm
/
llvm-project
/
68d704844575d166301cf579b77b947fbe3446bb
/
.
/
lldb
/
test
/
API
/
functionalities
/
breakpoint
/
same_cu_name
/
common.cpp
blob: ed9a43f27b173aab79d494e86eabf07c2f15740e [
file
]
namespace
NAMESPACE
{
static
int
g_value
=
0
;
void
DoSomeStuff
()
{
// A comment here
g_value
++;
// The line with code
}
}
// namespace NAMESPACE