Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
tst-dlopen-offset-mod3.c
blob: 9916dc81013838642ad8f25290662dc2d6e4fe51 [
file
] [
log
] [
blame
] [
edit
]
#include
<stdio.h>
int
xyzzy
(
void
)
{
printf
(
"In %s:%s\n"
,
__FILE__
,
__func__
);
return
21
;
}