static18.c

来自「用于进行gcc测试」· C语言 代码 · 共 14 行

C
14
字号
// PR c++/23914template <class T> struct foo_template {   static const unsigned complexity = 0; };  template <int x> struct STATIC_ASSERTION {};  void gcc_402_problem_minimal() {   sizeof(STATIC_ASSERTION< foo_template<int>::complexity >); } 

⌨️ 快捷键说明

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