Add another testcase.
[oota-llvm.git] / test / CFrontend / 2008-01-25-ZeroSizedAggregate.c
index 67acb15de6254e2632c131c3d7a6540982ef5db8..4e04e5dfbc24f612ef32c6a95fa1e940793d298c 100644 (file)
@@ -21,3 +21,11 @@ struct S2525 {
  } e;
 };
 struct S2525 s2525;
+
+struct {
+  signed char f;
+  char :0;
+  struct{}h;
+  char * i[5];
+} data; 
+