]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/issue-20626/Makefile
Rollup merge of #106470 - ehuss:tidy-no-wasm, r=Mark-Simulacrum
[rust.git] / tests / run-make-fulldeps / issue-20626 / Makefile
1 include ../tools.mk
2
3 # Test output to be four
4 # The original error only occurred when printing, not when comparing using assert!
5
6 all:
7         $(RUSTC) foo.rs -O
8         [ `$(call RUN,foo)` = "4" ]