index
:
lib/mesa
debian-unstable
pristine-tar
upstream-unstable
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glcpp
/
tests
/
095-recursive-define.c
blob: 801d90ce2e3c652e8dfa9dc7c29cbe34f4ce3df0 (
plain
)
1
2
3
#define A(a, b) B(a, b)
#define C A(0, C)
C