summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/baseResults/preprocessor.edge_cases.vert.out
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/glslang/src/Test/baseResults/preprocessor.edge_cases.vert.out')
-rw-r--r--chromium/third_party/glslang/src/Test/baseResults/preprocessor.edge_cases.vert.out16
1 files changed, 16 insertions, 0 deletions
diff --git a/chromium/third_party/glslang/src/Test/baseResults/preprocessor.edge_cases.vert.out b/chromium/third_party/glslang/src/Test/baseResults/preprocessor.edge_cases.vert.out
new file mode 100644
index 00000000000..17d9049bfd8
--- /dev/null
+++ b/chromium/third_party/glslang/src/Test/baseResults/preprocessor.edge_cases.vert.out
@@ -0,0 +1,16 @@
+#version 310 es
+
+
+
+
+
+
+
+
+
+
+
+void main(){
+ gl_Position = vec4(3 + 2 + 2 * 4 + 2 + 3 * 2);
+}
+