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