?? pr17697-3.c
字號:
// PR tree-optimization/17697// { dg-do run }// { dg-options "-O2" }extern "C" extern int strcmp (const char *s, const char *t);namespace A{ extern int strcmp (const char *s, const char *t);}inline intA::strcmp (const char *s, const char *t){ return ::strcmp (s, t);}intfoo (char *x){ return A::strcmp ("", x);}intmain (){ return foo ("") != 0 || foo ("a") == 0;}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -