main shinobi / tests / mk / gnu / functions / word / t018 / mk
 1
 2void :=
 3list := $(void) foo bar baz #
 4
 5a := $(word $(words $(list)),$(list))
 6b := $(lastword $(list))
 7
 8.PHONY: all
 9
10all: ; @test "$a" = "$b" && echo $a