ver_test_13.c 83 B

12345678
  1. __asm__ (".symver foo, foo@VER_0");
  2. int foo(void);
  3. int foo(void) {
  4. return 0;
  5. }