libctf: impose an ordering on conflicting types
[binutils-gdb.git] / ld / testsuite / ld-vax-elf / export-class-data.s
1 .text
2 .globl foo
3 .type foo, @function
4 foo:
5 .word 0
6 movab protected_foo, %r0
7 movab hidden_foo, %r0
8 movab internal_foo, %r0
9 ret
10 .size foo, . - foo