Linker: Remove support for -Map= with an empty argument.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / pr23169a.c
1 int (*func_p) (void);
2 extern int func (void);
3
4 void
5 foo (void)
6 {
7 if (func_p != &func || func_p () != 0xbadbeef)
8 __builtin_abort ();
9 }
This page took 0.034148 seconds and 4 git commands to generate.