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