ソースを参照

one file to either print a tree or the program

master
Nathan R 3年前
コミット
8b54180b76
1個のファイルの変更16行の追加0行の削除
  1. +16
    -0
      ccmeta-input.txt

+ 16
- 0
ccmeta-input.txt ファイルの表示

@ -0,0 +1,16 @@
#define INTE 3
typedef int (*pvfi)(int j);
void fun() {
typedef int i;
{
typedef float f;
i j1;
f g1;
}
i j2;
//pvfi for;
//j k;
//f g2; // <---- ERROR
}

読み込み中…
キャンセル
保存