mesa: add GL_OES_shader_multisample_interpolation support
[mesa.git] / src / compiler / glsl / glcpp / tests / 027-define-chain-obj-to-func.c
1 #define failure() success
2 #define foo failure()
3 foo