?? 900321_05.c
字號:
// { dg-do run }// g++ 1.37.1 bug 900321_05// The following code is legal as far as the ANSI C standard, GCC, and// cfront are concerned, however g++ issues errors for the lines indicated.// Cfront 2.0 passes this test.// keywords: operator[], pointers, indexchar c;char *cp;int i;void function (){ c = 3["abcdef"]; // { dg-bogus "" } c = i[cp]; // { dg-bogus "" } }int main () { return 0; }
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -