mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
43c001c7d6
PR ld/16846 * ld-plugin/lto.exp (lto_link_tests): Add tests for PR ld/16846. * ld-plugin/pr16846a.c: New file. * ld-plugin/pr16846b.c: Likewise. * ld-plugin/pr16846c.c: Likewise.
8 lines
58 B
C
8 lines
58 B
C
extern int bar (void);
|
|
|
|
int
|
|
main ()
|
|
{
|
|
return bar ();
|
|
}
|