?? code-gen1.c
字號:
// { dg-do run }// GROUPS passed code-generation// code-gen file// From: Jeffrey C. Gealow <jgealow@mtl.mit.edu>// Date: Sun, 4 Jul 93 18:57:53 -0400// Subject: increment bug (0 + 1 + 1 = 3)// Message-ID: <9307042257.AA23538@mtl.mit.edu>#include <stdio.h>int main(){ int i = 0; (++i)++; if (i == 2) printf ("PASS\n"); else { printf ("FAIL\n"); return 1; }}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -