码迷,mamicode.com
首页 > 其他好文 > 详细

虐待gcc

时间:2015-03-20 16:35:20      阅读:99      评论:0      收藏:0      [点我收藏+]

标签:

-bash-3.2$ cat 0.c
#if __INCLUDE_LEVEL__ < N
#include "0.c"
#include "0.c"
#endif

#if __INCLUDE_LEVEL__ == 0
int main()
{
}
#endif

-bash-3.2$ gcc -DN=20 0.c
-bash-3.2$ gcc -DN=30 0.c






虐待gcc

标签:

原文地址:http://my.oschina.net/2bit/blog/389503

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!