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

extern intptr_t size;

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