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
/
030-define-chain-obj-to-func-compose.c
blob: e56fbefd62dd4bc2b1e819ecef5ee22ca2e37789 (
plain
)
1
2
3
4
#define baz(failure) failure
#define bar(failure) failure
#define foo bar(baz(success))
foo