DEBSOURCES
Skip Quicknav
sources / binutils-djgpp / 2.35.1%2Bdfsg-1 / gnu / binutils-2.35.1 / ld / testsuite / ld-x86-64 / pr22001-1b.c
12345678910111213
#include <stdio.h> extern int copy; extern int get_copy (void); int main () { if (copy == get_copy ()) printf ("PASS\n"); return 0; }