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

# no ';' following for initialization

function decl()
{
    for (i = 0)
        j = i
}