1 #include "vers.h" 2 3 SYMVER(_old_bar, bar@VERS.0); 4 5 void _old_bar(void)6 _old_bar (void) 7 { 8 } 9 10 void foo(void)11 foo (void) 12 { 13 } 14