summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/misc5.C
blob: 35642abd53d57aebc5b91303a0b0febc4df8bcaf (plain)
1
2
3
4
5
6
7
// { dg-do assemble  }
// GROUPS passed miscellaneous
class A {
    static A aa[2];
};

A A::aa[2]; // should be completely legal