make obstack object allocators more type-safe
[deliverable/binutils-gdb.git] / ld / testsuite / ld-size / size-1.c
1 #include <stdio.h>
2
3 extern int bar_size;
4
5 int
6 main ()
7 {
8 if (bar_size == 10)
9 printf ("OK\n");
10
11 return 0;
12 }
This page took 0.033436 seconds and 4 git commands to generate.