[PATCH 7/57][Arm][GAS] Add support for MVE instructions: vstr/vldr
[binutils-gdb.git] / gdb / testsuite / gdb.base / fixsectshr.c
blob8470826bdd162d32bc138cc6f57adcf0884d75eb
1 #include <stdio.h>
2 #include <stdlib.h>
4 static FILE *static_fun = NULL;
6 FILE *
7 force_static_fun (void)
9 return static_fun;