diff options
Diffstat (limited to 'src/glsl/glcpp/tests/100-macro-with-colon.c.expected')
-rw-r--r-- | src/glsl/glcpp/tests/100-macro-with-colon.c.expected | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/glsl/glcpp/tests/100-macro-with-colon.c.expected b/src/glsl/glcpp/tests/100-macro-with-colon.c.expected new file mode 100644 index 00000000000..6cfac257b95 --- /dev/null +++ b/src/glsl/glcpp/tests/100-macro-with-colon.c.expected @@ -0,0 +1,8 @@ + + + +switch (1) { + case 1 + 2: + break; +} + |