(root)/
binutils-2.41/
ld/
testsuite/
ld-plugin/
pr28264.c
       1  void
       2  __attribute__ ((symver ("foo@VERSION.1")))
       3  foo (void)
       4  {
       5  }
       6  
       7  void
       8  __attribute__ ((symver ("bar@@VERSION.1")))
       9  bar1 (void)
      10  {
      11  }