brintos

brintos / llvm-project-archived public Read only

0
0
Text · 150 B · ed9a43f Raw
9 lines · cpp
1namespace NAMESPACE {2static int g_value = 0;3void DoSomeStuff() {4  // A comment here5  g_value++; // The line with code6}7 8} // namespace NAMESPACE9