Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / testsuite / ld-size / size-7a.c
1 #include <stdio.h>
2
3 extern char size_of_bar asm ("bar@SIZE");
4
5 int
6 main ()
7 {
8 if (10 == (long) &size_of_bar)
9 printf ("OK\n");
10
11 return 0;
12 }
This page took 0.030259 seconds and 4 git commands to generate.