gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers23.c
CommitLineData
9c092167
L
1extern void bar ();
2extern void foo ();
3
4int
5main ()
6{
7 bar ();
8 foo ();
9 return 0;
10}
This page took 0.755072 seconds and 4 git commands to generate.