Merge remote branch 'origin/master' into nv50-compiler
[mesa.git] / src / glsl / glcpp / tests / 037-finalize-unexpanded-macro.c
1 #define expand(x) expand(x once)
2 #define foo(x) x
3 foo(expand(just))