summaryrefslogtreecommitdiff
path: root/src/glsl/tests/parameters-02.glsl
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/tests/parameters-02.glsl')
-rw-r--r--src/glsl/tests/parameters-02.glsl11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/glsl/tests/parameters-02.glsl b/src/glsl/tests/parameters-02.glsl
new file mode 100644
index 0000000000..7ff5f59ab7
--- /dev/null
+++ b/src/glsl/tests/parameters-02.glsl
@@ -0,0 +1,11 @@
+/* PASS */
+
+void a()
+{
+ ;
+}
+
+void a(float x)
+{
+ ;
+}