Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr21997-1b.c
CommitLineData
a5b4ee94
L
1#include <stdio.h>
2
3extern int protected;
4extern int get_protected (void);
5
6int
7main ()
8{
9 if (protected == get_protected ())
10 printf ("PASS\n");
11
12 return 0;
13}
This page took 0.216853 seconds and 4 git commands to generate.