summaryrefslogtreecommitdiff
path: root/tests/func2.sub
diff options
context:
space:
mode:
Diffstat (limited to 'tests/func2.sub')
-rw-r--r--tests/func2.sub17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/func2.sub b/tests/func2.sub
new file mode 100644
index 0000000..2f9d5ce
--- /dev/null
+++ b/tests/func2.sub
@@ -0,0 +1,17 @@
+funca() (
+ echo func-a
+)
+
+funcb() ( echo func-b )
+
+funcc() (
+ echo func-c
+) 2>&1
+
+type funca
+type funcb
+type funcc
+
+funca
+funcb
+funcc