Missing ChangeLog entry from commit 60ef20e28534cf093d5bd799b3830c68381bb27f.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-17b.c
CommitLineData
af55061b
L
1extern void bar(void) __attribute__((__visibility__("hidden")));
2
3void foo (void)
4{
5 bar ();
6}
This page took 0.073205 seconds and 4 git commands to generate.