Sync usage with man page.
[netbsd-mini2440.git] / external / gpl3 / binutils / dist / ld / testsuite / ld-elfvers / vers30.c
blob65dba2f3b570ae8791de84ba22b34ecd199e1ee4
1 void global (void) {}
2 void local (void) {}
3 void foo (void) {}
4 void bar (void) {}
5 void info (void) {}
6 void baz (void) __asm ("extern");
7 void baz (void) {}