Sign in
nest-open-source
/
nest-cam
/
v366
/
glibc
/
refs/heads/main
/
.
/
elf
/
tst-deep1mod1.c
blob: cc922e6ea5f05d4956a96582b571ed8b53eefb38 [
file
] [
log
] [
blame
] [
edit
]
#include
<stdio.h>
int
foo
(
void
)
{
printf
(
"%s:%s\n"
,
__FILE__
,
__func__
);
return
1
;
}
int
baz
(
void
)
{
printf
(
"%s:%s\n"
,
__FILE__
,
__func__
);
return
20
;
}