917dcbbc996918f76682a2cb6f5e2c51ec66178c
[deliverable/binutils-gdb.git] / ld-plugin / func1p.c
1 extern int retval;
2
3 int
4 __attribute__ ((visibility ("protected")))
5 func1 (void)
6 {
7 return retval;
8 }
This page took 0.043568 seconds and 3 git commands to generate.