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

# bad function declaration - bad parameter list
function decl(*)
{
	return 0
}