# -*- makefile -*-

include ../include.mk

all:

test ::
	@echo "Testing if-not"
	@echo $(call if-not,$(null),true,false)
