测试高亮,测试之用

 C++ Code 
1
2
3
4
5
6
7
8
9
10
int Foo( bool isBar)
{
     if (isBar)
    {
        bar();
         return  1;
    }
     else
         return  0;
}

你可能感兴趣的:(c,测试,null,border)