ld: don't use ia64 register name in expression of pr16322 test
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / endhidden.c
CommitLineData
d2dee3b2
L
1#include <stdio.h>
2
3__attribute__ ((visibility ("hidden")))
4void
5foo ()
6{
7 printf ("TEST1\n");
8}
This page took 0.342675 seconds and 4 git commands to generate.