Imported from ../bash-4.0-rc1.tar.gz.
[platform/upstream/bash.git] / tests / type.right
index dbd51ca..18208d1 100644 (file)
@@ -46,3 +46,18 @@ file
 hits   command
    3   /tmp/bash
    1   /bin/sh
+f is a function
+f () 
+{ 
+    v='^A'
+}
+foo is a function
+foo () 
+{ 
+    echo $(<x1)
+}
+bar is a function
+bar () 
+{ 
+    echo $(<x1)
+}