summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/glcpp/tests/120-undef-builtin.c
blob: f8ade19bd5919a634e97c54b6c83faac9d456777 (plain)
1
2
3
4
#version 300 es
#undef __LINE__
#undef __FILE__
#undef __VERSION__