7 lines
83 B
C
7 lines
83 B
C
__asm__ (".symver foo, foo@VER_0");
|
|
|
|
int foo(void);
|
|
|
|
int foo(void) {
|
|
return 0;
|
|
}
|