📄 concat2.c
字号:
/* PR c/3581 *//* { dg-do compile } *//* { dg-options "" } *//* Intended as a compile-time test for string literal concatenation. The fact that the string isn't actually used in the resulting program should allow this to compile for any target. */#define e0 "a"#define e1 e0 e0 e0 e0 e0 e0 e0 e0 e0 e0#define e2 e1 e1 e1 e1 e1 e1 e1 e1 e1 e1#define e3 e2 e2 e2 e2 e2 e2 e2 e2 e2 e2#define e4 e3 e3 e3 e3 e3 e3 e3 e3 e3 e3#define e5 e4 e4 e4 e4 e4 e4 e4 e4 e4 e4void foo() { (void)(e5); }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -