📄 overload2.c
字号:
// { dg-do assemble }// Bug: foo and bar are considered to be overloaded (i.e. their// IDENTIFIER_GLOBAL_VALUES are TREE_LISTs) even though they aren't,// so ?: thinks it can't resolve the names.void foo ();void bar ();void baz (){ void (*p)() = 1 ? foo : bar; // { dg-bogus "" } wrongful overloading}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -