aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/pr25749-1.c
blob: 5b37af08c697569fc7333df7671ddbbe3f38ddd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <stdio.h>
#include <bfd_stdint.h>

extern intptr_t size (void);

int
main ()
{
  if (size () == 147)
    printf ("PASS\n");
  return 0;
}