index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
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