blob: 07c5fb6477598014bb5d6d41dedfe1961c46c777 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: var-op-expand.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
#
# Tests for the := variable assignment operator, which expands its
# right-hand side.
# TODO: Implementation
all:
@:;
|