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

# missing parens after if statment

function decl()
{
    if a == b
}