📄 declspec-14.c
字号:
/* Test that "typeof(struct foo)" and similar as declaration specifiers act like typedef. *//* Origin: Joseph Myers <jsm@polyomino.org.uk> *//* { dg-do compile } *//* { dg-options "" } */typeof(struct foo); /* { dg-warning "useless type name in empty declaration" } */struct bar { int a; } x;typeof(x); /* { dg-warning "useless type name in empty declaration" } */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -