static1.c
来自「用于进行gcc测试」· C语言 代码 · 共 18 行
C
18 行
// PR c++/9574// Origin: fche@redhat.com and bangerth@dealii.org// The new parser ICE on this test and then it could // not find z in bar::bar().// { dg-do compile }struct X { void operator[](const int& __k);};struct foo { static X x;};struct bar { int z; bar () { foo::x[z]; }};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?