Use __asm__ rather than asm in gold testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr26094-1b.c
1 extern void *foo();
2
3 int main (void)
4 {
5 foo(); return 0;
6 }
This page took 0.029121 seconds and 4 git commands to generate.