summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/forstmt01.stp
blob: 73ff16711ad274b7570c4d158d78af269c8fbd5a (plain)
1
2
3
4
5
6
7
8
9
#! stap -p1

# no '(' following 'for'

function decl()
{
    for i = 0; i < 10; i++
        j = i
}