📄 bug-524211.c
字号:
/* Problem with casts and warnings. */#include <testfwk.h>#if 0/* Disabled as this only shows a warning */typedef unsigned short UINT16;typedef unsigned char UINT8;typedef struct _Class Class;typedef struct _String{ const UINT8 sz[1];} String;struct _Class{ String *szName;};const Class Bar = { "java.lang.Object",};void foo(void){}#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -