blob: f76f31e794af15da81448d82e9be7fe0adbbe573 (
plain)
1
2
3
4
5
6
7
8
|
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" ]
|