URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.old-deja/] [g++.mike/] [p8175.C] - Rev 699
Compare with Previous | Blame | View Log
// { 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 "" }