Add and use check_lto_shared_available
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-11b.c
CommitLineData
af55061b
L
1extern int printf(const char *, ...);
2
3void foo(void)
4{
5 printf("Hello from %s!\n", __FUNCTION__);
6}
This page took 0.061115 seconds and 4 git commands to generate.