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
/
021-define-func-compose.c
blob: 21ddd0e65f9986757e475a2b51be5390f2b21635 (
plain
)
1
2
3
#define bar(x) (1+(x))
#define foo(y) (2*(y))
foo
(
bar
(
3
))