瀏覽代碼

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
}

Loading…
取消
儲存