[gdb/testsuite] Stabilize gdb-caching-proc.exp test order
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / gdbvars.c
index aa3b4d831f93bc2682e838c46be7c27777ab635f..46fa84b122249e51349f283f01aa1abf6e402e2e 100644 (file)
@@ -4,6 +4,17 @@ typedef void *ptr;
 
 ptr p = &p;
 
+void
+foo_void (void)
+{
+}
+
+int
+foo_int (void)
+{
+  return 0;
+}
+
 int
 main ()
 {
This page took 0.025919 seconds and 4 git commands to generate.