summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/p8175.C
blob: 23006e72a7e32b5b21b4d0a44c521e5abe90b3bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// { dg-do assemble  }
// prms-id: 8175

class AtoBoolC {
public:
  AtoBoolC(const AtoBoolC& aBool);
private:
  int myValue;
};

struct TestCase {
  AtoBoolC is_call_on_unack;
};

static TestCase the_cases[] = { { 0 } };	// { dg-error "" }