summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/preprocessor.success_if_parse_would_fail.vert
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/glslang/src/Test/preprocessor.success_if_parse_would_fail.vert')
-rw-r--r--chromium/third_party/glslang/src/Test/preprocessor.success_if_parse_would_fail.vert4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/third_party/glslang/src/Test/preprocessor.success_if_parse_would_fail.vert b/chromium/third_party/glslang/src/Test/preprocessor.success_if_parse_would_fail.vert
new file mode 100644
index 00000000000..ed1ad0c0ee1
--- /dev/null
+++ b/chromium/third_party/glslang/src/Test/preprocessor.success_if_parse_would_fail.vert
@@ -0,0 +1,4 @@
+int x() {
+ something that shouldnt compile;
+}
+