xref: /freebsd/contrib/bmake/unit-tests/var-scope.mk (revision 2a0c0aea42092f89c2a5345991e6e3ce4cbef99a)
1# $NetBSD: var-scope.mk,v 1.1 2022/01/23 16:25:54 rillig Exp $
2#
3# Tests for the different variable scopes (local, command-line, global,
4# environment), and which of them takes precedence over the others.
5
6# TODO: Implementation
7
8all:
9	@:;
10