2012-01-06 00:20:08 +01:00

14 lines
98 B
C

#include "vers.h"
SYMVER(_old_bar, bar@VERS.0);
void
_old_bar (void)
{
}
void
foo (void)
{
}