OSDN Git Service

gcc/cp/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / init / struct1.C
1 struct bug {
2   const char *name;
3   unsigned long type;
4 };
5
6 struct bug s = { 0, (unsigned long) &s | 1 };