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