Move ld-scripts size tests
[binutils-gdb.git] / ld / testsuite / ld-vax-elf / export-class-call.s
1 .text
2 .globl foo
3 .type foo, @function
4 foo:
5 .word 0
6 calls $0, protected_foo
7 calls $0, hidden_foo
8 calls $0, internal_foo
9 ret
10 .size foo, . - foo