gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers19.c
1 #include <stdio.h>
2
3 extern int show_foo ();
4
5 int
6 main ()
7 {
8 printf ("%d\n", show_foo ());
9 return 0;
10 }
This page took 0.04018 seconds and 4 git commands to generate.