MCPcopy Create free account
hub / github.com/EricPengShuai/Interview / func

Function func

base_code/using_global.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#define isGlobal 2
8using namespace std;
9void func()
10{
11 cout<<"::func"<<endl;
12}
13
14namespace ns1 {
15 void func()

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected