From 67c8601677a6a4b01a77855b8b51240ef44acfb3 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Tue, 2 Sep 2008 10:10:14 +0000 Subject: [PATCH] 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 --- test/Sema/init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) }; -- 2.40.0