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
/
037-finalize-unexpanded-macro.c
blob: b3a2f37f1b933a6ed19c836d6ae2f4c76c607dfc (
plain
)
1
2
3
#define expand(x) expand(x once)
#define foo(x) x
foo
(
expand
(
just
))