⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 20000419-1.c

📁 gcc-you can use this code to learn something about gcc, and inquire further into linux,
💻 C
字号:
/* Test for erroneous deletion of the entire macro expansion when pruning   \r escapes.  Problem noted by DJ Delorie <dj@delorie.com>; test case   distilled from GNU libc header files.  *//* { dg-do preprocess } */#define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))#define __ASMNAME(cname)  __ASMNAME2 (__USER_LABEL_PREFIX__, cname)#define __ASMNAME2(prefix, cname) __STRING (prefix) cname#define __STRING(x)    #x__REDIRECT (a, b, c)__ASMNAME2 (__USER_LABEL_PREFIX__, harumph)/* { dg-bogus "used without args" "no args, 1" { target *-*-* } 11 } *//* { dg-bogus "used without args" "no args, 1" { target *-*-* } 12 } */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -