]> granicus.if.org Git - strace/blob - tests/stack-fcall-2.c
Fix printing of invalid mode argument of mbind syscall
[strace] / tests / stack-fcall-2.c
1 int f3(int i);
2
3 int f2(int i)
4 {
5         return f3(i) - i;
6 }