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

# bad function declaration - only "string" or "long" are valid
# function return types
function decl:foo (arg1, arg2)
{
	return arg1 + arg2
}