xref: /freebsd/contrib/bmake/unit-tests/varmisc.mk (revision 49a26c1f9368c5c1106c9d018c3f553dc07042e4)
1# $Id: varmisc.mk,v 1.2 2014/08/30 22:25:14 sjg Exp $
2#
3# Miscellaneous variable tests.
4
5all: unmatched_var_paren
6
7unmatched_var_paren:
8	@echo ${foo::=foo-text}
9