about summary refs log tree commit diff
path: root/third_party/git/t/t4018/perl-sub-definition-kr-brace
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t4018/perl-sub-definition-kr-brace')
-rw-r--r--third_party/git/t/t4018/perl-sub-definition-kr-brace4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/git/t/t4018/perl-sub-definition-kr-brace b/third_party/git/t/t4018/perl-sub-definition-kr-brace
new file mode 100644
index 0000000000..330b3df114
--- /dev/null
+++ b/third_party/git/t/t4018/perl-sub-definition-kr-brace
@@ -0,0 +1,4 @@
+sub RIGHT
+{
+	print "ChangeMe\n";
+}