aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/init/struct1.C
blob: 4cabc99e0e233d57cdde433bbe40094981299082 (plain)
1
2
3
4
5
6
struct bug {
  const char *name;
  unsigned long type;
};

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