rust/tests/run-make-fulldeps/issue-20626/Makefile
2023-01-11 09:32:08 +00:00

9 lines
184 B
Makefile

include ../tools.mk
# Test output to be four
# The original error only occurred when printing, not when comparing using assert!
all:
$(RUSTC) foo.rs -O
[ `$(call RUN,foo)` = "4" ]