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
/
018-define-func-macro-as-parameter.c
blob: 668130b8f9b35e591c86588cdf5ed63136404559 (
plain
)
1
2
3
#define x 0
#define foo(x) x
foo
(
1
)