gdb
[platform/upstream/binutils.git] / gdb / testsuite / gdb.base / break1.c
index 93b563a..ab8e00f 100644 (file)
@@ -24,6 +24,7 @@ struct some_struct
 {
   int a_field;
   int b_field;
+  union { int z_field; };
 };
 
 struct some_struct values[50];