>>66
- A *p;
+ struct A *p;
ここはCスレだぞ

struct A
{
struct A a; //incomplete typeなのでオブジェクトは定義できない
};