oh yeah vc2008通过
struct b;
struct a {
struct b *p;
};
struct b {
struct a *p;
};
int main()
{
return 0;
}
这条关于让xp黑屏的新闻我好像也看到了 10月20日开始 恐怖。。

Murphy's Law :
If there are two or more ways to do something, and one of those ways can result in a catastrophe, then someone will do it.