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

# bad function declaration - no "()" after name
function decl
{
	return 0
}