
PR ld/31710 * testsuite/ld-elf/wrap.exp: Run ld/31710 tests. * testsuite/ld-elf/wrap2.h: New file. * testsuite/ld-elf/wrap2a.c: Likewise. * testsuite/ld-elf/wrap2b.c: Likewise.
6 lines
65 B
C
6 lines
65 B
C
struct ops
|
|
{
|
|
void (*loaded)(void);
|
|
};
|
|
|
|
extern struct ops impl;
|