Move ld-scripts size tests
[binutils-gdb.git] / ld / testsuite / ld-elfvers / vers24b.c
1 extern int x;
2 void foo (void)
3 {
4 x = 24;
5 }