xref: /minix/usr.bin/make/unit-tests/varmisc.mk (revision 0a6a1f1d)
1# $Id: varmisc.mk,v 1.2 2014/08/30 22:21:08 sjg Exp $
2#
3# Miscellaneous variable tests.
4
5all: unmatched_var_paren
6
7unmatched_var_paren:
8	@echo ${foo::=foo-text}
9