Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9ed821d7e5d875a3395740a9cc2545671fa429b7
/
.
/
ap
/
libc
/
glibc
/
glibc-2.22
/
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
);
}