glsl2: Move the compiler to the subdirectory it will live in in Mesa.
[mesa.git] / src / glsl / glcpp / tests / 056-macro-argument-with-comma.c
1 #define bar with,embedded,commas
2 #define function(x) success
3 #define foo function
4 foo(bar)