Change objfile::partial_symtabs to be a unique_ptr
[deliverable/binutils-gdb.git] / gold / testsuite / ifuncmain2.c
CommitLineData
7223e9ca
ILT
1/* Test calling one STT_GNU_IFUNC function with 3 different
2 STT_GNU_IFUNC definitions. */
3
4#include <stdlib.h>
5
6extern int foo1 (void);
7
8int
9main (void)
10{
11 if (foo1 () != -1)
12 abort ();
13 return 0;
14}
This page took 0.656274 seconds and 4 git commands to generate.