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
/
061-define-chain-obj-to-func-multi.c
blob: 6dbfd1f62d1e1f6ee7eef8127feb1ebcfec264be (
plain
)
1
2
3
4
5
#define foo(x) success
#define bar foo
#define baz bar
#define joe baz
joe
(
failure
)