OSDN Git Service

glcpp: Only disallow #undef of pre-defined macros on GLSL ES >= 3.00 shaders
[android-x86/external-mesa.git] / src / compiler / glsl / glcpp / tests / 147-undef-builtin-allowed.c
1 #version 110
2 #undef __LINE__
3 #undef __FILE__
4 #undef __VERSION__