Sign in
nest-open-source
/
nest-cam
/
4320010
/
strace
/
refs/heads/master
/
.
/
strace
/
tests
/
stack-fcall-1.c
blob: 8716702dfc3ccd02770d396737d9c7b575c7f72c [
file
] [
log
] [
blame
] [
edit
]
int
f2
(
int
i
);
int
f1
(
int
i
)
{
return
f2
(
i
)
+
i
;
}