summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/anon1.C
blob: 5886b1a714d24723351b0269c706bbb66d50a900 (plain)
1
2
3
4
5
6
// { dg-do assemble  }

static union {
  union {
  };
}; // { dg-warning "" } anonymous union with no members