Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
filtmod1.c
blob: 1d9b19481daf0c39ae5a29d5ae16cd3ab7f7c897 [
file
] [
log
] [
blame
] [
edit
]
extern
const
char
*
foo
(
void
);
const
char
*
foo
(
void
)
{
return
__FILE__
;
}