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

# missing parens after while statment

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