summaryrefslogtreecommitdiff
path: root/t/t4018/sh-function-comment
blob: f340ee79e4982d9d1ec698f0387e763e975a08f6 (plain)
1
2
3
4
5
6
  RIGHT_foo() # echo 'foo'
#bar()
{
	#bar()
	ChangeMe;
}