vers22a.c 77 B

12345678
  1. #include "vers.h"
  2. FUNC_SYMVER(_old_bar, bar@VERS.0);
  3. void
  4. _old_bar ()
  5. {
  6. }