I have a following code structure;
int aFunc(int a) { int b = a + 1; return b; } void bFunc(float c) { return; } namespace test { int aFunc(