index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
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
))