Pass $NOPIE_LDFLAGS size tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-size / size-3.c
CommitLineData
8fd4256d
L
1#include <stdio.h>
2
3extern int bar_size;
4
5int
6main ()
7{
8 if (bar_size == 10)
9 printf ("OK\n");
10
11 return 0;
12}
This page took 0.204682 seconds and 4 git commands to generate.