Blame test/profile3.ok

Packit 575503
	# BEGIN rule(s)
Packit 575503
Packit 575503
	BEGIN {
Packit 575503
     1  	the_func = "p"
Packit 575503
     1  	print @the_func("Hello")
Packit 575503
	}
Packit 575503
Packit 575503
Packit 575503
	# Functions, listed alphabetically
Packit 575503
Packit 575503
     1  function p(str)
Packit 575503
	{
Packit 575503
     1  	print "! " str " !"
Packit 575503
	}