X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Ftest%2Fbitfield.c;h=8900028270c76400b9a1fab09858d1c74f97b93c;hb=3dd573cd53be9632ac141880038823a2a70867f8;hp=d92d0ca59bca3c6e58dedde301e0d3710493c9fa;hpb=0c431a4d7b710e58876a3de85074f7217924ab4c;p=libfirm diff --git a/ir/be/test/bitfield.c b/ir/be/test/bitfield.c index d92d0ca59..890002827 100644 --- a/ir/be/test/bitfield.c +++ b/ir/be/test/bitfield.c @@ -10,8 +10,8 @@ struct b { int z:10; }; -struct b B = { 1, 2, 3 }; -struct b C = { 1, 2, 3 }; +struct b B = { -1, 2, 3 }; +struct b C = { -1, 2, 3 }; int main() {