Sign in
nest-open-source
/
nest-cam
/
v366
/
glibc
/
refs/heads/main
/
.
/
elf
/
failobj.c
blob: 500606382e9c381513b22b460f1a481186160706 [
file
] [
log
] [
blame
] [
edit
]
/* This function is supposed to not exist. */
extern
int
xyzzy
(
int
);
extern
int
foo
(
int
);
int
foo
(
int
a
)
{
return
xyzzy
(
a
);
}