浏览代码

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
}

正在加载...
取消
保存