Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / unsorted / b3.c
blobaf693f77931f9ddda9cebe53369111fcc20b9623
1 struct tree_common
3 unsigned int code : 9;
4 unsigned int code2 : 7;
5 };
7 static int
8 duplicate_decls (x)
9 register struct tree_common x;
11 return x.code2;