summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/vardefcol.c
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/vardefcol.c')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/vardefcol.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/vardefcol.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/vardefcol.c
new file mode 100644
index 00000000..bdb40e8f
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/vardefcol.c
@@ -0,0 +1,14 @@
+static string foo,
+bar;
+
+void f()
+{
+SomeNamedType *var1,
+ * var2;
+}
+
+void b()
+{
+AnotherType var1,
+var2;
+}