diff options
Diffstat (limited to 'src/glsl/glcpp/tests/083-unterminated-if.c')
-rw-r--r-- | src/glsl/glcpp/tests/083-unterminated-if.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/glcpp/tests/083-unterminated-if.c b/src/glsl/glcpp/tests/083-unterminated-if.c new file mode 100644 index 00000000000..91806350927 --- /dev/null +++ b/src/glsl/glcpp/tests/083-unterminated-if.c @@ -0,0 +1,2 @@ +#if 1 + |