Searched refs:CFunc (Results 1 – 1 of 1) sorted by relevance
251 static int CFunc(int depth) { in CFunc() function256 return CFunc(depth - 1) + 1; in CFunc()271 CHECK_EQ(10, CFunc(10)); in TEST()