mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
glcpp: Add test for recursive #define.
This commit is contained in:
parent
3488b14a04
commit
5a3f31575b
1 changed files with 3 additions and 0 deletions
3
src/glsl/glcpp/tests/095-recursive-define.c
Normal file
3
src/glsl/glcpp/tests/095-recursive-define.c
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#define A(a, b) B(a, b)
|
||||
#define C A(0, C)
|
||||
C
|
||||
Loading…
Add table
Reference in a new issue