summaryrefslogtreecommitdiff
path: root/src/glsl/tests/constructor-02.glsl
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/tests/constructor-02.glsl')
-rw-r--r--src/glsl/tests/constructor-02.glsl7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/glsl/tests/constructor-02.glsl b/src/glsl/tests/constructor-02.glsl
new file mode 100644
index 0000000000..47acbe9db1
--- /dev/null
+++ b/src/glsl/tests/constructor-02.glsl
@@ -0,0 +1,7 @@
+/* FAIL - cannot construct samplers */
+void main()
+{
+ int i;
+
+ i = sampler2D(0);
+}