Ensure unreferenced static symbols aren't omitted by clang (either marking them __att...
[external/binutils.git] / gdb / testsuite / gdb.python / py-prettyprint.c
index 0fd05f5..817bf33 100644 (file)
@@ -230,7 +230,7 @@ struct nullstr
 struct string_repr string_1 = { { "one" } };
 struct string_repr string_2 = { { "two" } };
 
-static int
+int
 eval_func (int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8)
 {
   return p1;