[PR/24474] Add gdb.lookup_static_symbol to the python API
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.python / py-symbol.c
index f77c8c8585d5039979b380e1610ccf712e742261..06a931bf5d951784f01f611be47f114f67c24be8 100644 (file)
@@ -32,9 +32,14 @@ class SimpleClass
     return i; /* Break in class. */
   }
 };
+
+namespace {
+  int anon = 10;
+};
 #endif
 
 int qq = 72;                   /* line of qq */
+static int rr = 42;            /* line of rr */
 
 int func (int arg)
 {
This page took 0.02511 seconds and 4 git commands to generate.