Thu Nov 7 08:58:26 1991 Steve Chamberlain (sac at cygnus.com)
[deliverable/binutils-gdb.git] / gprof / t.c
... / ...
CommitLineData
1void
2foo(int x) {
3 if (x&3)
4 foo (x-1);
5}
6
7main() {
8 int i;
9
10 for (i=0; i< 1024; i++)
11 foo(i);
12}
This page took 0.021874 seconds and 4 git commands to generate.