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

# missing closing paren in if statment

function decl()
{
    if (a == b
        printf("in decl\n")
}