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

# missing closing paren after while statment

function decl()
{
    while (0 == 1
        printf("here\n")
}