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

# missing ':' in ternary statement

function decl()
{
    a = (a == 1) ? 0
}