Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100438
Signed-off-by: Vinson Lee <[email protected]>
---
 tests/glslparsertest/glsl2/fdo100438.frag | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 tests/glslparsertest/glsl2/fdo100438.frag

diff --git a/tests/glslparsertest/glsl2/fdo100438.frag 
b/tests/glslparsertest/glsl2/fdo100438.frag
new file mode 100644
index 000000000000..c804835a5d63
--- /dev/null
+++ b/tests/glslparsertest/glsl2/fdo100438.frag
@@ -0,0 +1,10 @@
+// [config]
+// expect_result: fail
+// glsl_version: 1.10
+//
+// [end config]
+
+void main()
+{
+  a[b](c);
+}
-- 
2.9.3

_______________________________________________
Piglit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to