glsl: move to compiler/
[mesa.git] / src / compiler / glsl / glcpp / tests / 097-paste-with-non-function-macro.c
1 #define PASTE_MACRO one ## token
2 PASTE_MACRO
3