gdb: Convert language la_compute_program field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr22001-1c.c
CommitLineData
7073b5b9
L
1#include <stdio.h>
2
3extern int copy;
4extern int* get_copy_p (void);
5
6int main()
7{
8 if (&copy == get_copy_p ())
9 printf ("PASS\n");
10
11 return 0;
12}
This page took 0.158448 seconds and 4 git commands to generate.