⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 14139.c

📁 linux下编程用 编译软件
💻 C
字号:
// { dg-do assemble  }// 981203 bkoz// g++/14309// test for global functions, mf's, and templatized mf's.static int fooe_1(void) { return 5; }static int fooe_2(int x = fooe_1()) { return x; }struct antigua {  static int& foo_1();  static int foo_2(int& x = antigua::foo_1());  static int foo_3(int x = fooe_2());};template <typename T>  struct jamacia {    static int& foo_1();    static int foo_2(int& x = antigua::foo_1());    static int foo_3(int x = fooe_2());  };template class jamacia<int>;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -