add the other test case for completeness and to avoid regressions in the future
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55629 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Sema/init.c b/test/Sema/init.c
index 10eed14..9f91c42 100644
--- a/test/Sema/init.c
+++ b/test/Sema/init.c
@@ -64,5 +64,6 @@
char nc_gpreg;
};
int sym_fw1a_scr[] = {
- ((int)(&((struct sym_reg *)0)->nc_gpreg)) & 0
+ ((int)(&((struct sym_reg *)0)->nc_gpreg)) & 0,
+ 8 * ((int)(&((struct sym_reg *)0)->nc_gpreg))
};