Merge remote branch 'origin/master' into nv50-compiler
[mesa.git] / src / glsl / glcpp / tests / 060-left-paren-in-macro-right-paren-in-text.c
1 #define double(a) a*2
2 #define foo double(
3 foo 5)