xref: /freebsd/contrib/bmake/unit-tests/varmisc.mk (revision bd81e07d2761cf1c13063eb49a5c0cb4a6951318)
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