RISC-V: Hypervisor ext: drop Privileged Spec 1.9.1 implementation/tests
[binutils-gdb.git] / gas / testsuite / gas / symver / symver13.s
1 .text
2 .space 13
3 .globl foo
4 .type foo, %function
5 foo:
6 .byte 0
7 .symver foo, foo@VERS_2
8 .symver foo, foo@@VERS_2
9 .symver foo, foo@VERS_1
10 .hidden foo
11 .size foo,.-foo