1 #include "vers.h"
2 
3 void
foo()4 foo ()
5 {
6 }
7 
8 SYMVER(foo, foo@VERS.0);
9