📄 constref1.c
字号:
// { dg-do compile }// Copyright (C) 2002 Free Software Foundation, Inc.// Contributed by Matt Austern 12 Sep 2002 <austern@apple.com>// Make sure that we can pass a cast-expression as an argument that's// passed by const reference.void bar (const long&){ }void foo (int x){ bar ((long) x);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -