Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9d1356e77fddb7c4090eda0db8bb40e9c9b18c8d
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
elf
/
failobj.c
blob: 500606382e9c381513b22b460f1a481186160706 [
file
] [
log
] [
blame
]
/* This function is supposed to not exist. */
extern
int
xyzzy
(
int
);
extern
int
foo
(
int
);
int
foo
(
int
a
)
{
return
xyzzy
(
a
);
}