Add i386aout.c
[deliverable/binutils-gdb.git] / gprof / t.c
CommitLineData
3d6c6501
SEF
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.035606 seconds and 4 git commands to generate.