45

单选题 45 /47

以下定义错误的是:

参考答案

struct A{A _a;};
struct A{A* _a;};
struct A{A& _a;};
struct B; struct A{B& _b;}; struct B{A& _a;};