index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
007-define-composite-recursive.c
blob: 5784565bdf3ebfea6d253e2f664dc2e686b76f7c (
plain
)
1
2
3
4
5
6
#define foo a bar
#define bar b baz
#define baz c foo
foo bar baz