aboutsummaryrefslogtreecommitdiff
path: root/contrib/bc/tests/fuzzing/bc_inputs2/misc3.txt
blob: 7aad374c4ef610ed9508fa635ffe9e1ccfb506ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
for (i = 0; i < A; ++i)
{print "n"
if(1)if(1){3
}
if(0)if(1){3
}
else 4
if(0){if(1){3
}}
else 5
{i}
}