gdb: Convert language la_compute_program field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-gc / pr19161-1.c
1 int (*p)(void);
2
3 int
4 main ()
5 {
6 return p () != 0x1234;
7 }
This page took 0.029387 seconds and 4 git commands to generate.