xref: /openbsd-src/regress/usr.bin/make/mk33 (revision 50cd2f97849f13d61758b6ad4664e51b4abe623c)
1# $OpenBSD: mk33,v 1.1 2012/08/17 22:19:44 espie Exp $
2.PHONY: all
3
4AB = a
5AC = b
6B = C
7
8# note the non-terminated brace
9all:
10	@echo ${A${B}
11