Fix PR 20345 - call_function_by_hand_dummy: Assertion `tp->thread_fsm == &sm->thread_...
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / gdb1821.c
index 5638973829d7e4acf7b9393930936815d40ec40c..c45c91fa839b742ad286b65d4be7abf0c4b492b1 100644 (file)
@@ -1,6 +1,6 @@
 /* Test printing of structure member names in gdb. PR exp/1821
 
-   Copyright 2005, Free Software Foundation, Inc.
+   Copyright 2005-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -20,4 +20,4 @@
 struct foo { double x__0, y__0, z__1; } bar;
 
 
-int main(void) { return 0; }
+int main(void) { return (int) bar.x__0; }
This page took 0.024341 seconds and 4 git commands to generate.