?? struct1.c
字號:
// Various struct lookup tests. We didn't used to complain about// the definition of C.struct A;typedef struct A B; // { dg-error "previous declaration" }struct B; // { dg-error "conflicting declaration" }typedef struct { int i; } C; // { dg-error "previous declaration" }struct C; // { dg-error "conflicting declaration" }struct D;typedef struct D D;typedef struct D { int i; } D;typedef struct D D;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -