示例#1
0
文件: foo.cpp 项目: bithium/qibuild
int public_method()
{
  return private_method();
}
 void public_method(){
     private_method();
 }