summaryrefslogtreecommitdiff
path: root/chromium/third_party/glslang/src/Test/preprocessor.line.frag
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/glslang/src/Test/preprocessor.line.frag')
-rw-r--r--chromium/third_party/glslang/src/Test/preprocessor.line.frag4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/third_party/glslang/src/Test/preprocessor.line.frag b/chromium/third_party/glslang/src/Test/preprocessor.line.frag
new file mode 100644
index 00000000000..0b7ac7663f9
--- /dev/null
+++ b/chromium/third_party/glslang/src/Test/preprocessor.line.frag
@@ -0,0 +1,4 @@
+#version 310 es
+#line 1 2
+#pragma something
+void main() {}