aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.law/operators34.C
blob: 316500e5841ef270e2701b9e80bdf80583d46b38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Build don't link: 
// GROUPS passed operators
class A {
    public:
      A() {
      }
};

static class A *A_new_() {
    return new class A;
}