1.text
2.globl func_impl
3func_impl:
4  ret
5.globl func_impl2
6func_impl2:
7  ret
8.symver func_impl, func@@VER2
9.symver func_impl2, func@VER
10