gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.linespec / base / two / thefile.cc
index ffca87a4e8752874d0a8d735d19c077049604c95..f0c04cc04eeb244f13c42aa182e8f99a04027235 100644 (file)
@@ -11,7 +11,8 @@ static int dupname(int y)
 
 int n(int y)
 {
-  return dupname(y) - 23;      /* thefile breakpoint */
+  int v = dupname(y) - 23;     /* thefile breakpoint */
+  return v;                    /* after dupname */
 }
 
 int NameSpace::overload(double x)
This page took 0.02409 seconds and 4 git commands to generate.