summaryrefslogtreecommitdiff
path: root/t/t4018/sh-function-prefix
diff options
context:
space:
mode:
Diffstat (limited to 't/t4018/sh-function-prefix')
-rw-r--r--t/t4018/sh-function-prefix4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t4018/sh-function-prefix b/t/t4018/sh-function-prefix
new file mode 100644
index 0000000000..e96eb7aa58
--- /dev/null
+++ b/t/t4018/sh-function-prefix
@@ -0,0 +1,4 @@
+function RIGHT_foo()
+{
+ ChangeMe;
+}