fix one more this-is-not-a-constant error. test included

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55609 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Sema/array-init.c b/test/Sema/array-init.c
index 7d6e6c6..bf3d83d 100644
--- a/test/Sema/array-init.c
+++ b/test/Sema/array-init.c
@@ -235,3 +235,6 @@
 	{(int) &dblfault_tss},
 	{ (int)xpto},
 };
+
+static void sppp_ipv6cp_up();
+const struct {} ipcp = { sppp_ipv6cp_up }; //expected-warning{{empty struct extension}} expected-warning{{excess elements in array initializer}}