]> git.proxmox.com Git - rustc.git/blame - tests/run-make-fulldeps/issue-20626/Makefile
New upstream version 1.69.0+dfsg1
[rustc.git] / tests / run-make-fulldeps / issue-20626 / Makefile
CommitLineData
f2b60f7d 1include ../tools.mk
d9579d0f
AL
2
3# Test output to be four
4# The original error only occurred when printing, not when comparing using assert!
5
6all:
7 $(RUSTC) foo.rs -O
8 [ `$(call RUN,foo)` = "4" ]