enum-clash.c
来自「gcc-you can use this code to learn somet」· C语言 代码 · 共 7 行
C
7 行
// Build don't link: // Special g++ Options: -pedantic-errors// GROUPS passed armenum color {red, yellow, green=20, blue};color c = 1; // this should be an error// ERROR - .*int i = yellow;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?