summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/functiondecl02.stp
blob: b8b786c5cc6cf6a9744bcdef5df4663727ce3eb5 (plain)
1
2
3
4
5
6
7
#! stap -p1

# bad function declaration
function function (arg1, arg2)
{
	return arg1 + arg2
}