summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/errors.frag
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/glslang/src/Test/errors.frag')
-rw-r--r--chromium/third_party/glslang/src/Test/errors.frag4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/third_party/glslang/src/Test/errors.frag b/chromium/third_party/glslang/src/Test/errors.frag
new file mode 100644
index 00000000000..99cf2b9365d
--- /dev/null
+++ b/chromium/third_party/glslang/src/Test/errors.frag
@@ -0,0 +1,4 @@
+int main(int foo)
+{
+ return 1;
+}