1namespace NAMESPACE {2static int g_value = 0;3void DoSomeStuff() {4 // A comment here5 g_value++; // The line with code6}7 8} // namespace NAMESPACE9