xref
: /
external
/
strace
/
tests
/
stack-fcall.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
stack-fcall.h
"
2
main(void)
3
int
main
(
void
)
4
{
5
f0
(0);
6
f0
(
1
);
7
return
0;
8
}
9