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