2 * Testcase to make sure that a versioned symbol definition in an
3 * application correctly defines the version node, if and only if
4 * the actual symbol is exported. This is built both with and without
24 __asm__(".symver new_foo,foo@@VERS_2.0");
29 printf("%d\n", foo());