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
/
004-define-recursive.c
blob: 2ac56ea3dcf7bd66e31f3cdcd38c02ff87b280d0 (
plain
)
1
2
3
4
5
6
#define foo bar
#define bar baz
#define baz foo
foo bar baz