ld: Disable ifunc tests on Solaris
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / pr23169a.c
CommitLineData
4ec09950
L
1int (*func_p) (void);
2extern int func (void);
3
4void
5foo (void)
6{
7 if (func_p != &func || func_p () != 0xbadbeef)
8 __builtin_abort ();
9}
This page took 0.115934 seconds and 4 git commands to generate.