Home | History | Annotate | Download | only in unittest

Lines Matching refs:Bar

5145 int Bar() {
5146 static int bar = 1;
5147 return bar;
5150 static int foo = Bar();