aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/g++.dg/init/struct1.C
blob: e23faef507390b75b8ab010e0e3cf49fb063f059 (plain)
1
2
3
4
5
6
struct bug {
  const char *name;
  __SIZE_TYPE__ type;
};

struct bug s = { 0, (__SIZE_TYPE__) &s | 1 };