summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/ternary
blob: a6c2cb9502785cab3d67ed6444f116334cf0d96e (plain)
1
2
3
4
5

all:
	@echo "The answer is ${A:?known:unknown}"
	@echo "The answer is ${A:?$A:unknown}"
	@echo "The answer is ${empty(A):?empty:$A}"