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

# bad function declaration - bad argument type
function decl(a:foo)
{
	return 0
}