summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/tests/038-func-arg-with-commas.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/glcpp/tests/038-func-arg-with-commas.c')
-rw-r--r--src/glsl/glcpp/tests/038-func-arg-with-commas.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/glcpp/tests/038-func-arg-with-commas.c b/src/glsl/glcpp/tests/038-func-arg-with-commas.c
new file mode 100644
index 0000000000..1407c7d6e3
--- /dev/null
+++ b/src/glsl/glcpp/tests/038-func-arg-with-commas.c
@@ -0,0 +1,2 @@
+#define foo(x) success
+foo(argument (with,embedded , commas) -- tricky)