aboutsummaryrefslogtreecommitdiff
path: root/tests/bc/misc5.txt
blob: 41852d4a2492e3c6ca9f9732aa7d294812bc9d94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
if (1) {}
else 4

if (0) {}
else 5

if (1) 6
else {}

if (0) 7
else {}

{
	if (1) if (1)
}
print "n\n"

if (1) {
	print "true\n"
}