ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../elf/neededobj6.c

8 lines
111 B
C

extern void a1_function (void);
extern void a2_function (void);
void a2_function (void)
{
a1_function ();
}