浏览代码

Add test for chained #define directives.

Where one macro is defined in terms of another macro. The current
implementation does not yet deal with this correctly.
tags/mesa-7.9-rc1
Carl Worth 15 年前
父节点
当前提交
49206ef4c8
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      tests/002-define-chain.c

+ 3
- 0
tests/002-define-chain.c 查看文件

@@ -0,0 +1,3 @@
#define foo 1
#define bar foo
bar

正在加载...
取消
保存