diff options
Diffstat (limited to 'src/compiler/glsl/glcpp/tests/147-undef-builtin-allowed.c')
-rw-r--r-- | src/compiler/glsl/glcpp/tests/147-undef-builtin-allowed.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/compiler/glsl/glcpp/tests/147-undef-builtin-allowed.c b/src/compiler/glsl/glcpp/tests/147-undef-builtin-allowed.c new file mode 100644 index 00000000000..e3af10d7da2 --- /dev/null +++ b/src/compiler/glsl/glcpp/tests/147-undef-builtin-allowed.c @@ -0,0 +1,4 @@ +#version 110 +#undef __LINE__ +#undef __FILE__ +#undef __VERSION__ |