📄 cast-pretty-print-1.c
字号:
/* Test pretty-printing of casts. Should not depend on whether NOP_EXPR or CONVERT_EXPR is used. *//* Origin: Joseph Myers <joseph@codesourcery.com> *//* { dg-do compile } *//* { dg-options "" } */int i;voidf (void){ ((unsigned int)i)(); /* { dg-error "called object '\\(unsigned int\\)i' is not a function" } */ ((char)i)(); /* { dg-error "called object '\\(char\\)i' is not a function" } */}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -