summaryrefslogtreecommitdiff
path: root/regress/usr.bin/make/mk32
blob: 9bb5ccb2803175a52837f03d226495db5af9911d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
B ?=
.if ${B:C/[0-9]//}
A=0
.elif ${B} == 0
A=1
.elif ${B} > 1
A=2
.else
A=3
.endif

all:
	@echo ${A}