tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / func1p.c
CommitLineData
c4139418
L
1extern int retval;
2
3int
4__attribute__ ((visibility ("protected")))
5func1 (void)
6{
7 return retval;
8}
This page took 0.345704 seconds and 4 git commands to generate.