make/tests/Use-after-free-when-eval-in.../test.mk

3 lines
96 B
Makefile
Raw Normal View History

VARIABLE = $(eval VARIABLE := $(shell sleep 1; echo echo ahoj))$(VARIABLE)
wololo:; $(VARIABLE)