Update release readme after making 2.43.1 release
[binutils-gdb.git] / ld / testsuite / ld-i386 / plt-main2.c
blobd76694eba8796ff80b1cc8668796add73a10519f
1 extern int foo(void);
2 typedef int (*func_p) (void);
3 func_p foo_ptr = foo;