blob: 01f4ba7815f83d1838c9297bae6b2e1e4f9fe4f2 [file] [log] [blame]
__asm__ (".symver foo, foo@VER_0");
int foo(void);
int foo(void) {
return 0;
}