From: Nuno Lopes Date: Tue, 2 Sep 2008 10:10:14 +0000 (+0000) Subject: add the other test case for completeness and to avoid regressions in the future X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67c8601677a6a4b01a77855b8b51240ef44acfb3;p=clang 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 10eed146a0..9f91c42f44 100644 --- a/test/Sema/init.c +++ b/test/Sema/init.c @@ -64,5 +64,6 @@ struct sym_reg { 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)) };