]> granicus.if.org Git - strace/blob - tests/stack-fcall-0.c
tests: use fixed timestamps in utime related tests
[strace] / tests / stack-fcall-0.c
1 int f1(int i);
2
3 int f0(int i)
4 {
5         return f1(i) - i;
6 }