import gdb-1999-05-25 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / annota2.cc
index f8a25f94d5e582cef24639322674a4a18ec94950..234752e49af20230f41aee10ab4a37bf03e78cde 100644 (file)
@@ -18,6 +18,7 @@ int main()
 {
   A a;
 
+  a.x = 0;
   a.x = 1;
   a.y = 2;
 
This page took 0.024352 seconds and 4 git commands to generate.