summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-elfweak/size_bar.c
blob: 7f32890c8a30935f45b11603c8ed2553ef0863c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <stdio.h>

void
bar ()
{
#ifdef SIZE_BIG
  printf ("1\n");
  printf ("2\n");
  printf ("3\n");
#endif
}