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

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