1*c87b03e5Sespie // prms-id: 8175 2*c87b03e5Sespie 3*c87b03e5Sespie class AtoBoolC { 4*c87b03e5Sespie public: 5*c87b03e5Sespie AtoBoolC(const AtoBoolC& aBool); 6*c87b03e5Sespie private: 7*c87b03e5Sespie int myValue; 8*c87b03e5Sespie }; 9*c87b03e5Sespie 10*c87b03e5Sespie struct TestCase { 11*c87b03e5Sespie AtoBoolC is_call_on_unack; 12*c87b03e5Sespie }; 13*c87b03e5Sespie 14*c87b03e5Sespie static TestCase the_cases[] = { { 0 } }; // ERROR - 15