xref: /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/fixsectshr.c (revision 70f7362772ba52b749c976fb5e86e39a8b2c9afc)
1 #include <stdio.h>
2 #include <stdlib.h>
3 
4 static FILE *static_fun = NULL;
5 
6 FILE *
7 force_static_fun (void)
8 {
9   return static_fun;
10 }
11