aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/tt2.C
blob: c00337494847b68e3878744c58c1ddffc5883f3f (plain)
1
2
3
4
5
6
7
    int fred () { return b.hi_mom; }
  struct A {
    ~A() { a = 3; }
    int a;
    int fred () { return a + 1; }
  };