overload9.c
来自「this is a gcc file, you can download it 」· C语言 代码 · 共 32 行
C
32 行
struct T { ~T() {}; };int g (){ foo: T t; int f(int); bar: T t2; int f(double); return f(3);}int f(int){ return 0;}int f(double){ return 1;}int main(){ return g();}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?