Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sparc / gotop-hidden.c
CommitLineData
f8745e1c
EB
1#include <stdio.h>
2
3extern unsigned int foo (void);
4
5__attribute__((visibility("hidden"))) unsigned int var = 0xdeadbeef;
6
7int main (void)
8{
9 if (var == foo ())
10 puts ("PASS");
11
12 return 0;
13}
This page took 0.096262 seconds and 4 git commands to generate.