PR ld/22909 amendment; don't xfail ld-elf/pr19539.d for cris*-*-*.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr22001-1b.c
CommitLineData
7073b5b9
L
1#include <stdio.h>
2
3extern int copy;
4extern int get_copy (void);
5
6int
7main ()
8{
9 if (copy == get_copy ())
10 printf ("PASS\n");
11
12 return 0;
13}
This page took 0.152593 seconds and 4 git commands to generate.