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.
7 lines
58 B
C
7 lines
58 B
C
extern int bar (void);
|
|
|
|
int
|
|
main ()
|
|
{
|
|
return bar ();
|
|
}
|