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

# bad function declaration - needs a ',' between arguments
function decl(a b)
{
	return 0
}